From: Ruben Kerkhof Date: Mon, 14 Oct 2019 18:22:20 +0000 (+0200) Subject: Try to use java X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=88d676f631cd868066b564e83cf2dcadf9c46219 Try to use java --- 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.