fixing travis config
This commit is contained in:
parent
6d595ff53e
commit
91c8c293a6
|
@ -8,16 +8,9 @@ jdk: oraclejdk8
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
- tools # To fix https://github.com/travis-ci/travis-ci/issues/6040
|
|
||||||
- platform-tools
|
|
||||||
- build-tools-26.0.2
|
- build-tools-26.0.2
|
||||||
- android-26
|
- android-26
|
||||||
|
|
||||||
licenses:
|
|
||||||
- 'android-sdk-preview-license-.+'
|
|
||||||
- 'android-sdk-license-.+'
|
|
||||||
- 'google-gdk-license-.+'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# COMPONENT_GOOGLE_REPO
|
# COMPONENT_GOOGLE_REPO
|
||||||
|
@ -44,8 +37,6 @@ cache:
|
||||||
- $HOME/.m2/
|
- $HOME/.m2/
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- yes y | $ANDROID_HOME/tools/bin/sdkmanager --update
|
|
||||||
- yes y | $ANDROID_HOME/tools/bin/sdkmanager --licenses
|
|
||||||
- ./travis/scripts/decode_private_configs.sh
|
- ./travis/scripts/decode_private_configs.sh
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue