Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Use up-to-date node
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Jul 11, 2018
1 parent 9149beb commit 997f570
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "5"
- "4"
- "6"
- "8"
- "10"
script: "npm run-script test-travis"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 997f570

Please sign in to comment.