Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit 5be19e1

Browse files
committed
Fix travis
1 parent d4bb554 commit 5be19e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ android:
2727
# if you need to run emulator(s) during your tests
2828
- sys-img-armeabi-v7a-android-22
2929

30+
before_install:
31+
- yes | sdkmanager "platforms;android-27"
32+
- yes | sdkmanager "platforms;android-28"
3033

3134
before_script:
3235

0 commit comments

Comments
 (0)