diff --git a/.travis.yml b/.travis.yml index 35c19b32..e5efe4a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ before_script: - echo no | android create avd --force -n test -t "android-"$ANDROID_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG - emulator -avd test -no-skin -no-window & - android-wait-for-emulator + - adb shell input keyevent 82 & script: - ./gradlew clean jacocoDebugTestReport \ No newline at end of file