plectrum

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

commit 4378a550079a7a7f773c5984eb39ba05b0a2d8e6
parent 91f859fe476f48591210ce954570270b1c5b9ab3
Author: gstraube <gstraube@mailbox.org>
Date:   Wed,  9 Aug 2017 16:42:45 +0200

Enable verbose output

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' - - emulator -avd test -skin 1080x1920 -no-audio -no-window & + - $ANDROID_HOME/tools/emulator -avd test -skin 1080x1920 -no-audio -no-window -verbose & - android-wait-for-emulator - adb shell input keyevent 82 & notifications: