Skip to content

Commit

Permalink
Make travis builds faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 28, 2015
1 parent f1b9462 commit 090a4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,11 +8,11 @@ node_js:
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
sudo: false
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 090a4ea

Please sign in to comment.