Skip to content

Commit 3f0a62f

Browse files
committed
allowed failures
1 parent c0298ba commit 3f0a62f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ before_install:
66
notifications:
77
email: false
88
matrix:
9+
fast_finish: true
10+
allow_failures:
11+
- env: TASK=browser BROWSER_NAME=ipad BROWSER_VERSION="6.0..latest"
12+
- env: TASK=browser BROWSER_NAME=iphone BROWSER_VERSION="6.0..latest"
913
include:
1014
- node_js: '0.8'
1115
env: TASK=test
@@ -36,9 +40,9 @@ matrix:
3640
- node_js: 5
3741
env: TASK=browser BROWSER_NAME=firefox BROWSER_VERSION="-3..latest"
3842
- node_js: 5
39-
env: TASK=browser BROWSER_NAME=ipad BROWSER_VERSION="6.0..7.1"
43+
env: TASK=browser BROWSER_NAME=ipad BROWSER_VERSION="6.0..latest"
4044
- node_js: 5
41-
env: TASK=browser BROWSER_NAME=iphone BROWSER_VERSION="6.0..7.1"
45+
env: TASK=browser BROWSER_NAME=iphone BROWSER_VERSION="6.0..latest"
4246
- node_js: 5
4347
env: TASK=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest"
4448
script: "npm run $TASK"

0 commit comments

Comments
 (0)