Skip to content

Commit

Permalink
Run travis-ci tests on iojs and node v0.12; allow 0.8 failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 6, 2015
1 parent 547adb1 commit fc618ea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- "iojs-v1.1"
- "iojs-v1.0"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
Expand All @@ -15,16 +18,17 @@ addons:
matrix:
fast_finish: true
include:
- node_js: "0.10"
- node_js: "0.12"
env: TRAVIS_RUN_SAUCE=true
- node_js: "0.10"
- node_js: "0.12"
env: TRAVIS_RUN_SAUCE=false
allow_failures:
- node_js: "0.11"
- node_js: "0.9"
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"
- node_js: "0.10"
- node_js: "0.12"
env: TRAVIS_RUN_SAUCE=true
env:
global:
Expand Down

0 comments on commit fc618ea

Please sign in to comment.