Skip to content

Commit

Permalink
Run travis-ci tests on iojs and node v0.12; speed up builds; al…
Browse files Browse the repository at this point in the history
…low 0.8 failures.
  • Loading branch information
ljharb committed Feb 7, 2015
1 parent 9f9d7e7 commit 3e6147e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,5 +1,8 @@
language: node_js
node_js:
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
Expand All @@ -13,6 +16,7 @@ matrix:
allow_failures:
- node_js: "0.11"
- node_js: "0.9"
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"

sudo: false

0 comments on commit 3e6147e

Please sign in to comment.