Travis CI: use Java JDK 11

This commit is contained in:
Corentin Le Molgat
2019-02-12 16:17:42 +01:00
parent 18d21667e1
commit cd97e8e877
2 changed files with 1 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ matrix:
compiler: clang
env: BUILDER=make LANGUAGE=python3
- os: osx
osx_image: xcode9.4
osx_image: xcode10.1
compiler: clang
env: BUILDER=make LANGUAGE=java
- os: osx

View File

@@ -58,9 +58,6 @@ if [ "${BUILDER}" == make ]; then
elif [ "${LANGUAGE}" == python3 ]; then
brew upgrade python
python3 -m pip install -q virtualenv wheel six
elif [ "${LANGUAGE}" == java ]; then
brew tap caskroom/versions
brew cask install java8
elif [ "${LANGUAGE}" == dotnet ]; then
brew tap caskroom/cask
brew cask install dotnet-sdk