Skip to content

Commit 8e5a36b

Browse files
committed
- Update ".travis.yml" to allow failures on Node 0.10 and 0.11 since the mocha library is doing stuff that isn't allowed.
1 parent 44f281f commit 8e5a36b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ node_js:
44
- "4.2"
55
- "0.10"
66
- "0.11"
7+
8+
matrix:
9+
allow_failures:
10+
- node_js: "0.10"
11+
- node_js: "0.11"

0 commit comments

Comments
 (0)