Comment out iOS 9 target for Travis tests since it's not supported by the WKWebView implementation
This commit is contained in:
parent
19c6dfe197
commit
82482158c5
11
.travis.yml
11
.travis.yml
@ -27,11 +27,12 @@ matrix:
|
||||
os: linux
|
||||
language: node_js
|
||||
node_js: '4.2'
|
||||
- env: PLATFORM=ios-9.3
|
||||
os: osx
|
||||
osx_image: xcode8.3
|
||||
language: node_js
|
||||
node_js: '4.2'
|
||||
# iOS 9 not supported by iOS WKWebView implementation
|
||||
# - env: PLATFORM=ios-9.3
|
||||
# os: osx
|
||||
# osx_image: xcode8.3
|
||||
# language: node_js
|
||||
# node_js: '4.2'
|
||||
- env: PLATFORM=ios-10.0
|
||||
os: osx
|
||||
osx_image: xcode8.3
|
||||
|
Loading…
Reference in New Issue
Block a user