From 9886b535f87a55011b88b02cee3d56c944d2473e Mon Sep 17 00:00:00 2001 From: Dan Fornika Date: Mon, 30 Sep 2019 16:54:24 -0700 Subject: [PATCH] Build in travis-ci trusty dist --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5e76b6b..3da2a82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ # Travis CI Java documentation can be found in: # https://docs.travis-ci.com/user/languages/java/ +dist: trusty + # This enables the 'defaults' to test java applications: language: java