Skip to content

Commit

Permalink
[travis] Remove unsupported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Oct 5, 2017
1 parent 2c34501 commit abe726e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
sudo: false
language: node_js
node_js:
- "5"
- "8"
- "6"
- "4"
- "iojs"
- "0.12"
- "0.10"
script:
- "npm run test-travis"
after_script:
- "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
- "npm install coveralls@3 && cat coverage/lcov.info | coveralls"
notifications:
irc:
channels:
Expand Down

0 comments on commit abe726e

Please sign in to comment.