plectrum

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

commit a69dae96765caf05e69dc6d38c55d2aecdc743ae
parent f25fbb5d56de0922e53b386975840292339b3d63
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 30 Jul 2017 14:30:41 +0200

Wait for emulator

Diffstat:
M.travis.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -16,3 +16,8 @@ before_install: licenses: - android-sdk-license-.+ - '.+' +before_script: + - echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a + - emulator -avd test -no-skin -no-audio -no-window & + - android-wait-for-emulator + - adb shell input keyevent 82 & +\ No newline at end of file