Skip to content

Commit

Permalink
Comment out iOS 9 target for Travis tests since it's not supported by…
Browse files Browse the repository at this point in the history
… the WKWebView implementation
  • Loading branch information
dpa99c committed Oct 9, 2018
1 parent 19c6dfe commit 8248215
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8248215

Please sign in to comment.