From: David A. Velasco Date: Fri, 27 Jun 2014 12:25:47 +0000 (+0200) Subject: 'set' is not enough, no matter the examples... using 'export' X-Git-Tag: oc-android-1.7.0_signed~271^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/c62c0e6c25ea76871d575f26deb6bf56d9a8e7a7?ds=sidebyside 'set' is not enough, no matter the examples... using 'export' --- diff --git a/.travis.yml b/.travis.yml index cdf92d57..c1234153 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ before_install: # Install base Android SDK - sudo apt-get update -qq - sudo apt-get install -qq libstdc++6:i386 lib32z1 expect - - set COMPONENTS="build-tools-18.1.0,android-14,android-17,android-19,sysimg-19,extra-android-support" - - set LICENSES="android-sdk-license-5be876d5|android-sdk-license-598b93a6" + - export COMPONENTS="build-tools-18.1.0,android-14,android-17,android-19,sysimg-19,extra-android-support" + - export LICENSES="android-sdk-license-5be876d5|android-sdk-license-598b93a6" - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-2/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS --accept=$LICENSES - source ~/.android-sdk-installer/env - rm pom.xml