Skip to content

Commit ec0c642

Browse files
committed
re-enable iThing tests and update zuul
* add node 6 * add back ngrok * reenable iThings * maybe older android? * nope minimum android is 3.0 * maybe older ie? * no older ie, maybe older iThings * nope
1 parent 7752832 commit ec0c642

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ notifications:
77
email: false
88
matrix:
99
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"
1310
include:
1411
- node_js: '0.8'
1512
env: TASK=test
@@ -29,6 +26,8 @@ matrix:
2926
env: TASK=test
3027
- node_js: 5
3128
env: TASK=test
29+
- node_js: 6
30+
env: TASK=test
3231
- node_js: 5
3332
env: TASK=browser BROWSER_NAME=android BROWSER_VERSION="4.0..latest"
3433
- node_js: 5

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"nyc": "^6.4.0",
1818
"tap": "~0.7.1",
1919
"tape": "~4.5.1",
20-
"zuul": "~3.9.0",
20+
"zuul": "~3.10.0",
2121
"zuul-ngrok": "^4.0.0"
2222
},
2323
"scripts": {

0 commit comments

Comments
 (0)