From 82482158c5fff33a082ec8524384d605f0b17f13 Mon Sep 17 00:00:00 2001 From: Dave Alden Date: Tue, 9 Oct 2018 11:57:40 +0100 Subject: [PATCH] Comment out iOS 9 target for Travis tests since it's not supported by the WKWebView implementation --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7b01fb..cfe39b7 100644 --- a/.travis.yml +++ b/.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