From 8e96e3cc3d2019b7e48dc4de6b61c8d890d97994 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Mon, 7 Apr 2014 14:17:14 +0200 Subject: [PATCH] Trying older version of android-sdk-installer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39d4c944..4429520a 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 -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-2/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS + - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS - source ~/.android-sdk-installer/env - rm pom.xml - ./setup_env.sh -- 2.11.0