Skip to content

Commit e065b7f

Browse files
committed
Allow 0.6 to fail tests without marking build broken
1 parent c33c024 commit e065b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ node_js:
77
- "iojs"
88
before_install:
99
- "npm install --upgrade npm -g"
10+
matrix:
11+
allow_failures:
12+
- node_js: "0.6"

0 commit comments

Comments
 (0)