try to satisfy travis

This commit is contained in:
Andreas Shimokawa 2019-01-28 00:00:21 +01:00
parent a29efc0d54
commit d3fa99e8a3
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ android:
- build-tools-28.0.3
# The SDK version used to compile your project
- android-27
- android-28
# Additional components
- extra-android-m2repository
@ -31,7 +31,7 @@ android:
#- sys-img-x86-android-17
before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-28"
script:
- ./gradlew build connectedCheck --stacktrace