You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2020/06/05 11:52:38 UTC

[cordova-plugin-inappbrowser] branch travis-xcode-update created (now aaac89b)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a change to branch travis-xcode-update
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git.


      at aaac89b  (ios): try ios13 config

This branch includes the following new commits:

     new aaac89b  (ios): try ios13 config

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-inappbrowser] 01/01: (ios): try ios13 config

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch travis-xcode-update
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git

commit aaac89b8f44c6bcaeacc8ef41e5246ae4646b50e
Author: Niklas Merz <nm...@gedys-intraware.de>
AuthorDate: Fri Jun 5 13:52:19 2020 +0200

    (ios): try ios13 config
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bfaff40..e73e216 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ node_js: 12
 
 _ios: &_ios
   os: osx
-  osx_image: xcode10.3
+  osx_image: xcode11.5
 
 _android: &_android
   language: android
@@ -44,7 +44,7 @@ matrix:
     # local tests, without saucelabs
     - env: PLATFORM=local/browser
       <<: *_ios
-    - env: PLATFORM=local/ios-10.0
+    - env: PLATFORM=local/ios-13.0
       <<: *_ios
 
     # many tests with saucelabs
@@ -81,7 +81,7 @@ before_install:
   - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
   - npm install -g cordova
   # install paramedic if not running on paramedic repo
-  - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic; fi
+  - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#ios13; fi
 
 install:
   - npm install


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org