You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2019/08/31 17:02:21 UTC

[struts] 02/02: Sticks to trusty distro to check if that will solve build on JDK8

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch docker-build
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 8f96dca4dc2ea0bbc7e011d7e9969c60d786a3ad
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Aug 30 09:49:16 2019 +0200

    Sticks to trusty distro to check if that will solve build on JDK8
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index d973953..b679ae6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+dist: trusty
 language: java
 sudo: false