Skip to content

Commit

Permalink
Updating travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 13, 2014
1 parent 35d55a8 commit 7287d63
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
- node_js: "0.9"
- node_js: "0.6"
- node_js: "0.4"

0 comments on commit 7287d63

Please sign in to comment.