Skip to content

Commit

Permalink
[travis] Add node 4 and remove node 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 17, 2015
1 parent 3acb1ed commit f043cd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sudo: false
language: node_js
node_js:
- "0.8"
- "0.10"
- "4"
- "3"
- "2"
- "1"
- "0.12"
- "iojs"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ] ; then npm install -g npm@2.11.0; fi'
- "0.10"
script:
- "npm run test-travis"
after_script:
- "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
- "npm install coveralls@2 && cat coverage/lcov.info | coveralls"

0 comments on commit f043cd7

Please sign in to comment.