Skip to content

Commit 9be4c47

Browse files
committed
add fast-finish and allowed failures to appveyor
1 parent 866cebc commit 9be4c47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ environment:
2525
# io.js
2626
- nodejs_version: "1.4.3"
2727

28+
matrix:
29+
fast_finish: true
30+
allow_failures:
31+
- nodejs_version: "0.10"
32+
- nodejs_version: "1.4.3"
2833

2934
# Get the latest stable version of Node 0.STABLE.latest
3035
install:

0 commit comments

Comments
 (0)