Travis CI: Use Trusty build environment

Travis CI recently bumped the default build environment from Trusty to
Xenial. The latter does not enable installing Java 7 or 8, which we
still test against.
This commit is contained in:
str4d
2019-08-10 16:52:40 +00:00
parent f32c863ba8
commit 8586c28b5f

View File

@ -1,4 +1,5 @@
language: java
dist: trusty
jdk:
- oraclejdk11