Skip to content

Commit

Permalink
Merge pull request #100 from google/nodejs-version
Browse files Browse the repository at this point in the history
Use stable node.js version in travis CI
  • Loading branch information
drinckes authored Aug 25, 2017
2 parents abb3a88 + dd151b1 commit 4411549
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ matrix:

# Javascript implementation. Lives in js/.
- language: node_js
node_js:
- "0.10"
node_js: "node"
env: OLC_PATH=js
script:
- cd js && npm install && npm test
Expand Down

0 comments on commit 4411549

Please sign in to comment.