add workaround for sdk27 travis bug
see https://github.com/travis-ci/travis-ci/issues/8874
This commit is contained in:
parent
248caba5ca
commit
37a58a620b
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ before_install:
|
|||
- sudo update-alternatives --auto java
|
||||
- sudo update-alternatives --auto javac
|
||||
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
|
||||
# workaround for https://github.com/travis-ci/travis-ci/issues/8874
|
||||
- yes | sdkmanager "platforms;android-27"
|
||||
|
||||
android:
|
||||
components:
|
||||
|
|
Loading…
Reference in a new issue