Use emulator wait script from Travis docs

This commit is contained in:
Jamie McDonald 2015-01-09 13:51:27 +01:00
parent 1388d09012
commit 6bc67bd7c1
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ install:
- ./gradlew :lib:build
before_script:
- adb wait-for-device
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script: