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 ccdb2ac61..5df5d6198 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ android:
- android-22
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- - sys-img-armeabi-v7a-android-21
+ - sys-img-armeabi-v7a-android-22
# - sys-img-x86-android-17
# Android Support Repos
@@ -35,7 +35,7 @@ env:
# Emulator Management: Create, Start and Wait
before_script:
- - echo no | android create avd --force -n test -t android-21 --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 &