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 Oct 6, 2015
1 parent d57f9a6 commit d7d99b3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
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.6.1; fi'
- "0.10"
script:
- "npm run test-travis"
after_script:
Expand Down

0 comments on commit d7d99b3

Please sign in to comment.