Try again on updating the Travis build tools

master-old
DjBushido 2014-07-01 23:52:26 -04:00
parent 2eeb8829f2
commit 3d19e751d9
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,12 @@
language: android
env:
components:
- build-tools-20.0.0
matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
android:
components:
- build-tools-20.0.0
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &