projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5482e95
)
Try to use java
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 18:22:20 +0000
(20:22 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 18:22:20 +0000
(20:22 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
c884266
..
5af5f12
100644
(file)
--- 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.