diff --git a/.travis.yml b/.travis.yml index 6d4105b6..ac875209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,16 @@ android: - platform-tools - tools - build-tools-25.0.2 + - android-22 - android-25 - - sys-img-armeabi-v7a-android-25 + - sys-img-armeabi-v7a-android-22 - extra-android-m2repository - extra-android-support - extra-google-m2repository before_script: # Create and start emulator - - echo no | android create avd --force -n test -t android-25 --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 &