Skip to content

Commit

Permalink
Try start api 26 android emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
tonilopezmr committed Mar 16, 2020
1 parent 22b9668 commit 16a7ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

android:
components:
- android-19
- android-26
- tools
- build-tools-28.0.3
- android-28
Expand All @@ -15,7 +15,7 @@ android:
- sys-img-armeabi-v7a-android-19

before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell settings put global window_animation_scale 0 &
Expand Down

0 comments on commit 16a7ecc

Please sign in to comment.