Revert "Emulator wait fix for Travis"

This reverts commit 9bee9e60fd.
This commit is contained in:
Bradlee Speice 2014-11-09 23:55:27 -05:00
parent 5ff0070f80
commit 4b86f8cb0e

View File

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