Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanparajuli committed Jul 13, 2020
1 parent 9ad70be commit 61a7af5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
language: android
dist: trusty
android:
components:
- tools # to get the new `repository-11.xml`
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
- platform-tools
- build-tools-29.0.3
- android-29
before_install:
- yes | sdkmanager "platforms;android-29"
script:
- ./gradlew build test

0 comments on commit 61a7af5

Please sign in to comment.