Skip to content

Commit

Permalink
Drop Android 24 test until Travis issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatino10 committed Sep 7, 2017
1 parent 12f002d commit cf89214
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -8,13 +8,11 @@ android:
- android-21
- android-22
- android-23
- android-24
- android-26
- extra-android-m2repository
- sys-img-armeabi-v7a-android-19
- sys-img-armeabi-v7a-android-21
- sys-img-armeabi-v7a-android-22
- sys-img-armeabi-v7a-android-24

jdk:
- oraclejdk8
Expand All @@ -26,7 +24,6 @@ env:
- API=android-19 ABI=armeabi-v7a
- API=android-21 ABI=armeabi-v7a
- API=android-22 ABI=armeabi-v7a
- API=android-24 ABI=armeabi-v7a
global:
- ADB_INSTALL_TIMEOUT=8

Expand All @@ -40,7 +37,7 @@ script:
- ./gradlew generateReleaseJavadoc
- echo no | android create avd --force -n test -t $API --abi $ABI
- emulator -avd test -no-skin -no-audio -no-window &
- travis_wait android-wait-for-emulator
- android-wait-for-emulator
- adb shell input keyevent 82 &

after_success:
Expand Down

0 comments on commit cf89214

Please sign in to comment.