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 Nov 17, 2018
1 parent ec63db5 commit a48136f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
- "5"
- "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 a48136f

Please sign in to comment.