Skip to content

Commit 11b675e

Browse files
committed
build: soft testing on node.js 0.11
1 parent 85b4934 commit 11b675e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
test
1+
test/
2+
.travis.yml

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.11"
6+
matrix:
7+
allow_failures:
8+
- node_js: "0.11"
9+
fast_finish: true

0 commit comments

Comments
 (0)