add workaround for sdk27 travis bug

see https://github.com/travis-ci/travis-ci/issues/8874
This commit is contained in:
Vincent Breitmoser 2018-02-20 01:15:37 +01:00
parent 248caba5ca
commit 37a58a620b
1 changed files with 2 additions and 0 deletions

View File

@ -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: