We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7752832 commit ec0c642Copy full SHA for ec0c642
.travis.yml
@@ -7,9 +7,6 @@ notifications:
7
email: false
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"
13
include:
14
- node_js: '0.8'
15
env: TASK=test
@@ -29,6 +26,8 @@ matrix:
29
26
30
27
- node_js: 5
31
28
+ - node_js: 6
+ env: TASK=test
32
33
env: TASK=browser BROWSER_NAME=android BROWSER_VERSION="4.0..latest"
34
package.json
@@ -17,7 +17,7 @@
17
"nyc": "^6.4.0",
18
"tap": "~0.7.1",
19
"tape": "~4.5.1",
20
- "zuul": "~3.9.0",
+ "zuul": "~3.10.0",
21
"zuul-ngrok": "^4.0.0"
22
},
23
"scripts": {
0 commit comments