Skip to content

Commit 8248215

Browse files
committed
Comment out iOS 9 target for Travis tests since it's not supported by the WKWebView implementation
1 parent 19c6dfe commit 8248215

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ matrix:
2727
os: linux
2828
language: node_js
2929
node_js: '4.2'
30-
- env: PLATFORM=ios-9.3
31-
os: osx
32-
osx_image: xcode8.3
33-
language: node_js
34-
node_js: '4.2'
30+
# iOS 9 not supported by iOS WKWebView implementation
31+
# - env: PLATFORM=ios-9.3
32+
# os: osx
33+
# osx_image: xcode8.3
34+
# language: node_js
35+
# node_js: '4.2'
3536
- env: PLATFORM=ios-10.0
3637
os: osx
3738
osx_image: xcode8.3

0 commit comments

Comments
 (0)