Skip to content

Commit

Permalink
[travis] Test on node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jul 29, 2018
1 parent ad7b08f commit 2b9212a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sudo: false
language: node_js
node_js:
- "10"
- "8"
- "6"
- "4"
script:
- "npm run test-travis"
after_script:
- "npm install coveralls@2 && cat coverage/lcov.info | coveralls"
- "npm install coveralls@3 && cat coverage/lcov.info | coveralls"
notifications:
irc:
channels:
Expand Down

0 comments on commit 2b9212a

Please sign in to comment.