From 61a7af528b9412d0557460e856367e4ce258a6ff Mon Sep 17 00:00:00 2001 From: Darshan Parajuli Date: Sun, 12 Jul 2020 22:48:18 -0700 Subject: [PATCH] Update travis config --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8271b04..f2b95a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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