Skip to content

Commit 75fc80a

Browse files
committed
Merge pull request #54 from yahoo/mridgway-patch-1
Add 0.12 and iojs to required tests; Add 0.13 as optional
2 parents 8609b4f + 9f79336 commit 75fc80a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: node_js
2+
matrix:
3+
allow_failures:
4+
- node_js: "0.13"
25
node_js:
3-
- "0.11"
6+
- "iojs"
7+
- "0.13"
8+
- "0.12"
49
- "0.10"
510
after_success:
611
- "npm run cover"

0 commit comments

Comments
 (0)