Skip to content

Commit

Permalink
Update travis.yml.
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Shropshire <[email protected]>
  • Loading branch information
sarahkoop authored and Steven Shropshire committed Sep 16, 2020
1 parent 0ae859b commit f80519b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ android:
- tools
- tools
- platform-tools
- build-tools-29.0.2
- android-29
- build-tools-30.0.2
- android-30
- android-22
- sys-img-armeabi-v7a-android-22
before_install:
- yes | sdkmanager "platforms;android-30"
before_script:
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -skin WXGA720 -no-audio -no-window &
Expand Down

0 comments on commit f80519b

Please sign in to comment.