Skip to content

Commit

Permalink
faster travis and iojs + v0.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 8, 2015
1 parent e0730f8 commit 4766371
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: node_js
sudo: false
language: "node_js"
node_js:
- "iojs"
- "0.10"
- "0.11"
- "0.12"
matrix:
allow_failures:
- node_js: "0.10"
Expand Down

0 comments on commit 4766371

Please sign in to comment.