This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/master by this push: new ab5e847 Switches Travis build to OpenJDK 11 ab5e847 is described below commit ab5e847f7c97decd19e9d64f093ac2efd6f5c8ec Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Aug 8 10:35:49 2022 +0200 Switches Travis build to OpenJDK 11 --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11811ac..337d71d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,7 @@ -dist: trusty language: java -sudo: false jdk: - - oraclejdk11 - -install: true -script: ./mvnw test + - openjdk11 cache: directories: