summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a724a153f..5f818898e 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-26
+ - sys-img-armeabi-v7a-android-23
# - 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-26 --abi armeabi-v7a
+ - echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &