From c1a6344162ec91152f4dd1c909e6e76376db1bbc Mon Sep 17 00:00:00 2001 From: Steppschuh Date: Thu, 5 Nov 2020 13:21:42 +0100 Subject: [PATCH] Removed unsupported AVD flags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c49c8c..6e6811f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ before_install: before_script: - echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi armeabi-v7a - - emulator -avd test -no-skin -no-audio -no-window -gpu off & + - emulator -avd test -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & - adb devices