summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2019-10-03 16:33:48 -0400
committerJoey Grover <joeygrover@gmail.com>2019-10-03 16:33:48 -0400
commit6c37c2a7957c492df9dcb3ed53b1514eb0c2b5b7 (patch)
tree2771de9dd7b39681fa4e8638a41f1ed9d5f1d870
parente0ca872c2b0606385f80bb38e92d9d7b88a65bd4 (diff)
downloadsdl_android-6c37c2a7957c492df9dcb3ed53b1514eb0c2b5b7.tar.gz
Update travis.yml
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 863b58f78..28f1f227e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,6 @@ android:
# The SDK version used to compile your project
- android-28
- - android-27
- - android-26
- android-22 #For emulator
# Specify at least one system image,
# if you need to run emulator(s) during your tests
@@ -41,7 +39,7 @@ env:
before_script:
- 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 --quiet
+ - android-wait-for-emulator
- adb shell input keyevent 82 &
script: