Clean up travis build, hopefully fix the build

This commit is contained in:
Bradlee Speice 2014-11-09 21:31:14 -05:00
parent fbc7e9a681
commit e5192cfea4

View File

@ -1,13 +1,20 @@
language: android language: android
android:
components:
- build-tools-21.0.2
- sys-img-x86-android-21
- android-21
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
env: env:
matrix: matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86_64
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 &
before_script: before_script:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- bash ./wait_for_emulator - bash ./wait_for_emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &