From fe67180edaefd6a722a31aa17575786dd5269743 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Fri, 24 May 2019 12:13:49 +0100 Subject: [PATCH] #1175 fix flag in emulator command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 479053ff46..4201275982 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ licenses: script: # - ./gradlew assembleKiwixDebug jacocoTestKiwixDebugUnitTestReport - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - - emulator -avd test -no-skin -no-window -no-accel -gpu swiftshader --no-boot-anim & + - emulator -avd test -no-skin -no-window -no-accel -gpu swiftshader -no-boot-anim & - android-wait-for-emulator - adb shell setprop dalvik.vm.dexopt-flags v=n,o=v - adb shell input keyevent 82 & # unlock screen by pressing menu button