plectrum

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

commit bb4f8c29953ea99575e6ed032e61cbb2413b7110
parent 59e0409f4f0b713f66fcb9034230a1c40e1d3b76
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 30 Jul 2017 17:58:01 +0200

Use API 22 emulator for Travis builds

Diffstat:
M.travis.yml | 7+++----
1 file changed, 3 insertions(+), 4 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-android-22 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 + - echo no | android create avd --force -n test -t android-22 --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 + - adb shell input keyevent 82 &