Skip to content

Commit fe9b845

Browse files
committed
allowed-failures and fast-finish for travis
1 parent 9be4c47 commit fe9b845

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ env:
33
- export NODE_VERSION="0.10"
44
- export NODE_VERSION="0.12"
55
- export NODE_VERSION="iojs"
6+
matrix:
7+
fast_finish: true
8+
allow_failures:
9+
- env: NODE_VERSION="0.10"
10+
- env: NODE_VERSION="iojs"
611
before_install:
712
- git clone https://github.com/creationix/nvm.git ./.nvm
813
- source ./.nvm/nvm.sh

0 commit comments

Comments
 (0)