commit 8cb880531324a1b83c1940c9d6fdb9104c673cdf
parent c4a78c162086417337a1f7b2f544da99c9874d7e
Author: gstraube <gstraube@mailbox.org>
Date: Wed, 2 Aug 2017 18:04:12 +0200
Use again API level 25 for Travis builds
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -5,10 +5,10 @@ android:
- tools
- platform-tools
- tools
- - build-tools-22.0.1
- - android-22
+ - build-tools-25.0.3
+ - android-25
- extra-android-support
- - sys-img-armeabi-v7a-android-22
+ - sys-img-armeabi-v7a-android-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-22 --abi armeabi-v7a --device 'Nexus 4'
+ - echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a --device 'Nexus 4'
- emulator -avd test -skin 1080x1920 -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &