plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 800bc1a591f63cd93f47571afab3eb5a4bd060d0
parent 46b5e19ec334d229c61f54ade17f26ddc0d32452
Author: gstraube <gstraube@mailbox.org>
Date:   Tue,  8 Aug 2017 20:05:18 +0200

Use option -engine classic

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -29,7 +29,7 @@ licenses: - '.+' before_script: - echo no | avdmanager create avd --force -n test --tag google_apis --abi google_apis/armeabi-v7a -k 'system-images;android-25;google_apis;armeabi-v7a' --device 'Nexus 5X' - - $ANDROID_HOME/tools/emulator -avd test -skin 1080x1920 -no-audio -no-window & + - $ANDROID_HOME/tools/emulator -avd test -engine classic -skin 1080x1920 -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & notifications: