diff --git a/.travis.yml b/.travis.yml index 1ec588ac..b534dff6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,18 +7,17 @@ android: - platform-tools - tools - build-tools-26.0.0 - - android-22 - android-26 - - sys-img-armeabi-v7a-android-22 + - sys-img-armeabi-v7a-android-26 - 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-22 --abi armeabi-v7a + - echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & -script: travis_wait 90 ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace \ No newline at end of file +script: travis_wait 60 ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace \ No newline at end of file