From 9dbbf7b469393507656b74b623de79e9fd391e08 Mon Sep 17 00:00:00 2001 From: Dimitar Todorov Date: Fri, 12 Oct 2018 13:55:22 +0300 Subject: [PATCH] chore: bump xcode to 10, add pip install scripts --- .travis.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90c51fb..c5b607a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ matrix: - stage: "Build and WebPack" os: osx env: - - WebPackiOS="11" - osx_image: xcode9.2 + - WebPackiOS="12.0" + osx_image: xcode10.0 language: node_js node_js: "8" jdk: oraclejdk8 @@ -44,9 +44,9 @@ matrix: - "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE --data-binary @$ANDROID_PACKAGE_FOLDER/app-debug.apk" - os: osx env: - - BuildiOS="11" - - Xcode="9.2" - osx_image: xcode9.2 + - BuildiOS="12.0" + - Xcode="10.0" + osx_image: xcode10.0 language: node_js node_js: "8" jdk: oraclejdk8 @@ -92,8 +92,12 @@ cache: - .nvm - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ + +before_install: + - sudo pip install --upgrade pip + - sudo pip install six install: - echo no | npm install -g nativescript - tns usage-reporting disable - - tns error-reporting disable \ No newline at end of file + - tns error-reporting disable