Skip to content

Commit 36831b6

Browse files
author
haoxin
committedJun 19, 2018
travis: add node@10
1 parent c74836c commit 36831b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_js:
22
- 8
3+
- 10
34
language: node_js
45
script: "npm run-script test-travis"
56
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)
Please sign in to comment.