Skip to content

Commit 4411549

Browse files
authored
Merge pull request #100 from google/nodejs-version
Use stable node.js version in travis CI
2 parents abb3a88 + dd151b1 commit 4411549

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ matrix:
5050

5151
# Javascript implementation. Lives in js/.
5252
- language: node_js
53-
node_js:
54-
- "0.10"
53+
node_js: "node"
5554
env: OLC_PATH=js
5655
script:
5756
- cd js && npm install && npm test

0 commit comments

Comments
 (0)