summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2017-08-28 11:08:13 -0400
committerJoey Grover <joeygrover@gmail.com>2017-08-28 11:12:27 -0400
commit7a50dd362c7f11073ea8cf08240e5188990e957e (patch)
tree32ce8a65f74e6fc97934b3faf7499d0c88a26979
parent048b56a6b88473806fd1435365f8b6542a6cf9e4 (diff)
downloadsdl_android-feature/issue_535_bson.tar.gz
Update travis.ymlfeature/issue_535_bson
-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 &