Skip to content

Commit 9f79336

Browse files
committed
Add 0.12 and iojs to required tests; Add 0.13 as optional
1 parent 8609b4f commit 9f79336

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)