Skip to content

Commit

Permalink
travis : install build tools using sdkmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Jan 8, 2022
1 parent d161389 commit 7ddfa2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dist: xenial
android:
components:
- android-29
- build-tools-30.0.3
env:
global:
# github token
Expand All @@ -14,9 +13,8 @@ env:
- secure: "bbT3Swvy1P0vFgXE5E5Iv9+JU8GG4LZlbwLez2B7s0aOuxEFCnj19M+GAldVAeHCc/z/0Oz+N1p4eRU5OCJY71lZqv5F8ph8ahti7uUylbfoNHM7g1mcmVSNFZ5bgVhnz/RQjEK/o5msqv3UZPRPS023Q5vAbCrftuHOiOiBbCo="
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
install:
# accept licenses for all available packages that have not already been accepted
- yes | sdkmanager --licenses >/dev/null
before_install:
- yes | sdkmanager "build-tools;30.0.3"
script:
- ./gradlew clean check assemble
after_success:
Expand Down

0 comments on commit 7ddfa2d

Please sign in to comment.