Skip to content

Commit e5465a9

Browse files
author
Roger Hu
committed
Bump Travis version
1 parent 05f8cd3 commit e5465a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ android:
66
components:
77
- tools
88
- platform-tools
9-
- build-tools-25.0.3
10-
- android-25
9+
- build-tools-27.0.3
10+
- android-27
1111
- extra-android-m2repository
1212
- extra-google-m2repository
1313
licenses:
1414
- android-sdk-license-.+
15+
before_install:
16+
- yes | sdkmanager "platforms;android-27"
1517
script:
1618
- "./gradlew build check --daemon"
1719
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results.xml"

0 commit comments

Comments
 (0)