plectrum

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

commit e4b4939b9ff91262cc099dbf3360457af7b5c366
parent 6c026784a1d31a55f5431e883c5289bd65141def
Author: gstraube <gstraube@mailbox.org>
Date:   Mon,  7 Aug 2017 20:31:23 +0200

Remove option

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/x86_64 -k 'system-images;android-25;google_apis;x86_64' --device 'Nexus 5X' - - emulator -avd test -engine classic -skin 1080x1920 -no-audio -no-window & + - emulator -avd test -skin 1080x1920 -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & notifications: