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:
66notifications :
77 email : false
88matrix :
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"
4448script : " npm run $TASK"
You can’t perform that action at this time.
0 commit comments