From b5abb3fa9e5cc0f92124a2e5c8b03083d133a782 Mon Sep 17 00:00:00 2001 From: Antonis Date: Tue, 14 Mar 2017 13:48:04 +0200 Subject: [PATCH] Fixed #539: Olympus upgrade between consecutive Travis CI builds fails --- Examples/restcomm-helloworld/app/app.iml | 16 ++++++++-------- Examples/restcomm-olympus/.idea/misc.xml | 2 +- scripts/build-olympus.bash | 3 --- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Examples/restcomm-helloworld/app/app.iml b/Examples/restcomm-helloworld/app/app.iml index cd4444a4..37bebafc 100644 --- a/Examples/restcomm-helloworld/app/app.iml +++ b/Examples/restcomm-helloworld/app/app.iml @@ -64,14 +64,6 @@ - - - - - - - - @@ -80,6 +72,14 @@ + + + + + + + + diff --git a/Examples/restcomm-olympus/.idea/misc.xml b/Examples/restcomm-olympus/.idea/misc.xml index 5d199810..fbb68289 100644 --- a/Examples/restcomm-olympus/.idea/misc.xml +++ b/Examples/restcomm-olympus/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/scripts/build-olympus.bash b/scripts/build-olympus.bash index 3aa4f4b0..74e8ada3 100755 --- a/scripts/build-olympus.bash +++ b/scripts/build-olympus.bash @@ -24,9 +24,6 @@ then cp scripts/certs/${DEVELOPMENT_KEYSTORE} ~/.android/debug.keystore fi -#echo "-- Installing provisioning profiles, so that XCode can find them" - - if [ ! -z "$TRAVIS" ] then export ORG_GRADLE_PROJECT_VERSION_CODE=$TRAVIS_BUILD_NUMBER