Travis-CI: use JDK 8

This commit is contained in:
Corentin Le Molgat
2019-03-22 11:08:21 +01:00
parent 67667d5754
commit b055675cd8

View File

@@ -40,7 +40,9 @@ matrix:
compiler: clang
env: BUILDER=make LANGUAGE=python3
- os: osx
osx_image: xcode10.1
# to get JDK 8
# https://docs.travis-ci.com/user/reference/osx/#jdk-and-macos
osx_image: xcode9.3
compiler: clang
env: BUILDER=make LANGUAGE=java
- os: osx