Skip to content

Commit

Permalink
Bump Travis version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Hu committed Apr 1, 2018
1 parent 05f8cd3 commit e5465a9
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,12 +6,14 @@ android:
components:
- tools
- platform-tools
- build-tools-25.0.3
- android-25
- build-tools-27.0.3
- android-27
- extra-android-m2repository
- extra-google-m2repository
licenses:
- android-sdk-license-.+
before_install:
- yes | sdkmanager "platforms;android-27"
script:
- "./gradlew build check --daemon"
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results.xml"

0 comments on commit e5465a9

Please sign in to comment.