Skip to content

Commit

Permalink
Make sure npm is updated in travis, and that unstable nodes, and old …
Browse files Browse the repository at this point in the history
…(not the 2 latest stable) nodes, don't fail tests.
  • Loading branch information
ljharb committed Apr 23, 2014
1 parent 0d5357c commit 431198e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -2,7 +2,17 @@ language: node_js
node_js:
- "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 431198e

Please sign in to comment.