diff --git a/.travis.yml b/.travis.yml index 7264b61..34bb94d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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