File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ before_install:
6
6
notifications :
7
7
email : false
8
8
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"
9
13
include :
10
14
- node_js : ' 0.8'
11
15
env : TASK=test
@@ -36,9 +40,9 @@ matrix:
36
40
- node_js : 5
37
41
env : TASK=browser BROWSER_NAME=firefox BROWSER_VERSION="-3..latest"
38
42
- 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 "
40
44
- 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 "
42
46
- node_js : 5
43
47
env : TASK=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest"
44
48
script : " npm run $TASK"
You can’t perform that action at this time.
0 commit comments