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.git
The following commit(s) were added to refs/heads/master by this push: new 9873a7f56 Tries to fix Travis build 9873a7f56 is described below commit 9873a7f56b279bb05ce7362ff95e3f48a1d289f2 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri May 6 08:35:06 2022 +0200 Tries to fix Travis build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2528350e8..73addc767 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,13 @@ global: matrix: include: - jdk: oraclejdk8 - env: STRUTS_IT=true # do integration tests and coverage reports when jdk7,9 and 11 tests prospered + env: STRUTS_IT=true # do integration tests and coverage reports when jdk 9 and 11 tests prospered script: - if [ "$STRUTS_IT" == "true" ]; then ./mvnw clean package verify org.jacoco:jacoco-maven-plugin:report org.jacoco:jacoco-maven-plugin:report-integration org.eluder.coveralls:coveralls-maven-plugin:report -Ptravis-coveralls -DskipAssembly -B; else - ./mvnw test -DskipAssembly -B; + ./mvnw clean package test -DskipAssembly -B; fi; cache: