diff --git a/.travis.yml b/.travis.yml index d12b362..2be8b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,7 @@ language: android jdk: oraclejdk7 before_script: - - /usr/local/bin/android-wait-for-emulator + - echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a + - emulator -avd test -no-skin -no-audio -no-window & + - android-wait-for-emulator + - adb shell input keyevent 82 & \ No newline at end of file