forked from public/cordova-plugin-inappbrowser
Comment out iOS 9 target for Travis tests since it's not supported by the WKWebView implementation
This commit is contained in:
+6
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user