From 88d676f631cd868066b564e83cf2dcadf9c46219 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 14 Oct 2019 20:22:20 +0200 Subject: [PATCH] Try to use java --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c8842667..5af5f12f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. -- 2.11.0