You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/26 21:57:30 UTC

[cordova-paramedic] branch janpio-improve_saucelabs updated: update to xcode 10.1 and add android-82

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

janpio pushed a commit to branch janpio-improve_saucelabs
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-improve_saucelabs by this push:
     new 2db7757  update to xcode 10.1 and add android-82
2db7757 is described below

commit 2db775760c697cffa8afa929fd2f7b3a086f7d0d
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Mar 26 22:57:15 2019 +0100

    update to xcode 10.1 and add android-82
---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 407c417..ee55352 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,10 @@ matrix:
   # one local, without saucelabs
   - env: PLATFORM=local
     os: osx
-    osx_image: xcode7.3
+    osx_image: xcode10.1
 
   # many with saucelabs
-  
+
   - env: PLATFORM=browser-chrome
   - env: PLATFORM=browser-firefox
   - env: PLATFORM=browser-safari
@@ -27,10 +27,10 @@ matrix:
 
   - env: PLATFORM=ios-9.3
     os: osx
-    osx_image: xcode7.3
+    osx_image: xcode10.1
   - env: PLATFORM=ios-10.0
     os: osx
-    osx_image: xcode7.3
+    osx_image: xcode10.1
   - env: PLATFORM=android-4.4
     os: linux
     language: android
@@ -70,7 +70,7 @@ before_install:
 - if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
 - if [[ "$PLATFORM" =~ local ]]; then npm install -g ios-deploy; fi
 - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
-- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27;
+- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27,android-28;
   fi
 - npm install -g cordova
 install:


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