Tweak travis file

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
Jonas Kalderstam 2014-04-10 17:05:54 +02:00
parent 74cb456844
commit 5ee956f754
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ env:
before_install:
# Install base Android SDK
# - sudo apt-get update -qq
# - if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch; fi
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch; fi
- wget http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz
- tar zxf android-sdk_r22.6.2-linux.tgz
- export ANDROID_HOME=`pwd`/android-sdk-linux
@ -23,7 +23,7 @@ before_install:
- echo yes | android update sdk --filter sysimg-19 --no-ui --force > /dev/null
- echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
#- echo yes | android update sdk --filter extra-google-m2repository --no-ui --force > /dev/null
- echo yes | android update sdk --filter extra-google-m2repository --no-ui --force > /dev/null
# Create and start emulator
#- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI