summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2019-07-30 16:53:27 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2019-07-30 16:53:27 -0400
commitf18d00773fb2d756978d14ec4565029cc5ba2e40 (patch)
tree10bbdde9db28416493e4c4f70098444c9a92e6c9
parentfd2fc3e7dedb6409283f034f02c79f94623514aa (diff)
downloadsdl_android-f18d00773fb2d756978d14ec4565029cc5ba2e40.tar.gz
test4
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ede855de..a724a153f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ android:
- android-22 #For emulator
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- - sys-img-armeabi-v7a-android-25
+ - sys-img-armeabi-v7a-android-26
# - sys-img-x86-android-26
# Android Support Repos
@@ -38,7 +38,7 @@ env:
# Emulator Management: Create, Start and Wait
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-26 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &