X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=.travis.yml;h=5af5f12f23bbb4e5035c685d4e6575770d3d12e7;hp=c8842667b497044140bdbef1a99f6b970aebb28f;hb=88d676f631cd868066b564e83cf2dcadf9c46219;hpb=5482e95f96651a56c02c36beda2d80767cd7b41d 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.