plectrum

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

commit 3dee66625d4b2dddabccfaf4468b38be1196c6e7
parent 88a79cf506da062d7a7a86f914bc3c58b5c103a4
Author: gstraube <gstraube@mailbox.org>
Date:   Tue,  1 Aug 2017 17:49:19 +0200

Specify device type and resolution

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

diff --git a/.travis.yml b/.travis.yml @@ -17,7 +17,7 @@ licenses: - android-sdk-license-.+ - '.+' before_script: - - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - - emulator -avd test -no-skin -no-audio -no-window & + - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a --device 'Nexus 4' + - emulator -avd test -skin 1080x1920 -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &