updated travis config

This commit is contained in:
Mariotaku Lee 2017-06-20 10:57:11 +08:00
parent a74acef1f5
commit 43213a95ba
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,7 @@ android:
components: components:
- tools - tools
- tools # To fix https://github.com/travis-ci/travis-ci/issues/6040 - tools # To fix https://github.com/travis-ci/travis-ci/issues/6040
- tools-26.0.2 - platform-tools
- platform-tools-26.0.0
- build-tools-26.0.0 - build-tools-26.0.0
- android-26 - android-26
@ -48,6 +47,7 @@ cache:
- $HOME/.m2/ - $HOME/.m2/
before_install: before_install:
- $ANDROID_HOME/tools/bin/sdkmanager --update
- yes y | $ANDROID_HOME/tools/bin/sdkmanager --licenses - yes y | $ANDROID_HOME/tools/bin/sdkmanager --licenses
- ./travis/scripts/decode_private_configs.sh - ./travis/scripts/decode_private_configs.sh