Try to use java
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 18:22:20 +0000 (20:22 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 18:22:20 +0000 (20:22 +0200)
.travis.yml

index c884266..5af5f12 100644 (file)
@@ -14,15 +14,18 @@ matrix:
     - os: osx
       osx_image: xcode11.2
       compiler: clang
+      jdk: openjdk10
       env:
         - CXX=clang++
         - PATH="/usr/local/opt/mysql-client/bin:$PATH"
     - os: linux
       dist: xenial
       compiler: clang
+      jdk: openjdk10
     - os: linux
       dist: xenial
       compiler: gcc
+      jdk: openjdk10
 
 before_install:
   # When building the coverity_scan branch, allow only the first job to continue to avoid travis-ci/travis-ci#1975.