Emulator wait fix for Travis

robolectric-error
Bradlee Speice 2014-11-09 21:37:21 -05:00
parent 9006a00e75
commit 9bee9e60fd
1 changed files with 3 additions and 1 deletions

View File

@ -12,9 +12,11 @@ env:
matrix:
- ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86
before_script:
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:
- bash ./wait_for_emulator
- adb shell input keyevent 82 &