fixing travis config
This commit is contained in:
parent
6d595ff53e
commit
91c8c293a6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue