Comment out iOS 9 target for Travis tests since it's not supported by the WKWebView implementation

This commit is contained in:
Dave Alden 2018-10-09 11:57:40 +01:00
parent 19c6dfe197
commit 82482158c5

View File

@ -27,11 +27,12 @@ matrix:
os: linux os: linux
language: node_js language: node_js
node_js: '4.2' node_js: '4.2'
- env: PLATFORM=ios-9.3 # iOS 9 not supported by iOS WKWebView implementation
os: osx # - env: PLATFORM=ios-9.3
osx_image: xcode8.3 # os: osx
language: node_js # osx_image: xcode8.3
node_js: '4.2' # language: node_js
# node_js: '4.2'
- env: PLATFORM=ios-10.0 - env: PLATFORM=ios-10.0
os: osx os: osx
osx_image: xcode8.3 osx_image: xcode8.3