Skip to content

Commit d03ed78

Browse files
author
Igor Canedo
committed
updating travis.yml to use node 8
1 parent 2a54183 commit d03ed78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- "node"
4+
- "8"
45
before_script:
56
- "cd sample && npm install && npm run sync-lib && cd ../"
67
script: npm run test-coveralls

0 commit comments

Comments
 (0)