From: David A. Velasco Date: Mon, 7 Apr 2014 09:46:00 +0000 (+0200) Subject: Updated travis script according to update instructions of android-sdk-installer X-Git-Tag: oc-android-1.7.0_signed~336^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f6da58961f84832853f7d196d9372bfe411a6354?ds=inline;hp=--cc Updated travis script according to update instructions of android-sdk-installer --- f6da58961f84832853f7d196d9372bfe411a6354 diff --git a/.travis.yml b/.travis.yml index 7ec196c7..39d4c944 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - sudo apt-get update -qq - sudo apt-get install -qq libstdc++6:i386 lib32z1 - export COMPONENTS=build-tools-18.1.0,android-14,android-17,android-19,sysimg-19,extra-android-support - - curl -L https://raw.github.com/embarkmobile/android-sdk-installer/master/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS + - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-2/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS - source ~/.android-sdk-installer/env - rm pom.xml - ./setup_env.sh