plectrum

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

commit a333edc3ed9e5518e4f978e063791274ff88de2d
parent 8cb880531324a1b83c1940c9d6fdb9104c673cdf
Author: gstraube <gstraube@mailbox.org>
Date:   Wed,  2 Aug 2017 18:30:56 +0200

Change name of system image

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

diff --git a/.travis.yml b/.travis.yml @@ -8,7 +8,7 @@ android: - build-tools-25.0.3 - android-25 - extra-android-support - - sys-img-armeabi-v7a-android-25 + - sys-img-armeabi-v7a-google_apis-25 before_install: - mkdir "$ANDROID_HOME/licenses" || true - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license" @@ -17,7 +17,7 @@ licenses: - android-sdk-license-.+ - '.+' before_script: - - echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a --device 'Nexus 4' + - echo no | android create avd --force -n test -t android-25 --abi google_apis/armeabi-v7a --device 'Nexus 4' - emulator -avd test -skin 1080x1920 -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &