update travis to sdk 27

This commit is contained in:
Adrian Ulrich 2018-06-27 22:06:30 +02:00
parent 11dde262ee
commit 85fe7b91fe

View File

@ -15,10 +15,10 @@ android:
- tools
# The BuildTools version used
- build-tools-24.0.2
- build-tools-27.0.2
# The SDK version used
- android-24
- android-27
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@ -28,4 +28,4 @@ cache:
- $HOME/.gradle/wrapper/
script:
- ./gradlew --info assembleRelease
- ./gradlew --info assembleRelease