travis: use openjdk8 and xenial (ubuntu 16.04) (#3466)

This fixes Travis to use openjdk8 and Xenial (Ubuntu 16.04) as base
distro.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-07-04 15:30:18 +05:30 committed by GitHub
parent b72aadb65d
commit 35b914570d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
# specific language governing permissions and limitations
# under the License.
sudo: required
dist: trusty
dist: xenial
group: edge
language: java
jdk:
- oraclejdk8
- openjdk8
python:
- "2.7"
cache: