Fix travis (#143)
* Use xenial in Travis trusty is going EOL at end of this month and this also fixes openjdk11 builds. Ref: https://travis-ci.community/t/oracle-jdk11-build-error/1865/6 Signed-off-by: Tomas Slusny <slusnucky@gmail.com> * Try to use matrix and manually install oracle jdk 8 Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
language: java
|
||||
sudo: false
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk8
|
||||
- openjdk11
|
||||
install: true
|
||||
script: ./travis/build.sh
|
||||
Reference in New Issue
Block a user