Skip to content

Commit

Permalink
travis: add node@10
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxin committed Jun 19, 2018
1 parent c74836c commit 36831b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
node_js:
- 8
- 10
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 36831b6

Please sign in to comment.