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/04/11 20:26:24 UTC

[cordova-paramedic] branch janpio-saucelabs_ios_10plus updated: no more XCODE_VERSION

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

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


The following commit(s) were added to refs/heads/janpio-saucelabs_ios_10plus by this push:
     new 0f08def  no more XCODE_VERSION
0f08def is described below

commit 0f08def38bdb2b95ddba9ee1e71a220c5279c4ae
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Apr 11 22:26:20 2019 +0200

    no more XCODE_VERSION
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bca83c0..a91a3e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,15 +9,15 @@ env:
     - TRAVIS_NODE_VERSION=6
     - ANDROID_API_LEVEL=28
     - ANDROID_BUILD_TOOLS_VERSION=28.0.3
-    - XCODE_VERSION=xcode10.1
 
 language: node_js
 node_js: 6
 
 # anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027
+
 _ios: &_ios
   os: osx
-  osx_image: $XCODE_VERSION
+  osx_image: xcode10.1
 
 _android: &_android
   language: android


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