Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Commit

Permalink
Travis should use up-to-date nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Jul 13, 2018
1 parent 547e3dc commit 9222494
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -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 9222494

Please sign in to comment.