fixing travis config

This commit is contained in:
Mariotaku Lee 2017-10-11 13:42:02 +08:00
parent 6d595ff53e
commit 91c8c293a6
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 0 additions and 9 deletions

View File

@ -8,16 +8,9 @@ jdk: oraclejdk8
android:
components:
- tools
- tools # To fix https://github.com/travis-ci/travis-ci/issues/6040
- platform-tools
- build-tools-26.0.2
- android-26
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
env:
global:
# COMPONENT_GOOGLE_REPO
@ -44,8 +37,6 @@ cache:
- $HOME/.m2/
before_install:
- yes y | $ANDROID_HOME/tools/bin/sdkmanager --update
- yes y | $ANDROID_HOME/tools/bin/sdkmanager --licenses
- ./travis/scripts/decode_private_configs.sh
install: