diff --git a/.travis.yml b/.travis.yml index 9fa3d24..a6f54b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: