Reinstall Java on OS X CI to get latest version

This commit is contained in:
Torsten Grote 2017-09-19 15:24:53 -03:00
parent 089a67e8d9
commit 914b6d33cb
No known key found for this signature in database
GPG Key ID: 3E5F77D92CF891FF
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update > /dev/null;
brew install bash python3 libmagic;
brew cask reinstall java;
brew cask install android-sdk;
mkdir "$ANDROID_HOME/licenses";
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license";