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 7, 2017
1 parent e22ec76 commit 8ad8c2f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
sudo: false
language: node_js
node_js:
- "5"
- "8"
- "6"
- "4"
- "iojs"
- "0.12"
- "0.10"
- "0.8"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g [email protected]; fi'
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"
matrix:
fast_finish: true
notifications:
Expand Down

0 comments on commit 8ad8c2f

Please sign in to comment.