Skip to content

Commit

Permalink
Update the Travis build to run on Node versions up to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Oct 18, 2015
1 parent 693ca6c commit afaf1ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
sudo: false
language: node_js

node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "1"
- "2"
- "3"
- "4"

before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@~1.4.0'

0 comments on commit afaf1ff

Please sign in to comment.