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
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