Skip to content

Commit

Permalink
Make sure travis doesn't fail in unstable and old nodes; update npm w…
Browse files Browse the repository at this point in the history
…henever possible
  • Loading branch information
ljharb committed Apr 10, 2014
1 parent 6ec4c1a commit 9eba3dd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +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 conf set strict-ssl false'
- 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 9eba3dd

Please sign in to comment.