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 086b514d5 Adjusts Travis build to be aligned with Jenkins pipeline 086b514d5 is described below commit 086b514d593b3a334c53fd72151ddfaf095db04b Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri May 6 07:47:12 2022 +0200 Adjusts Travis build to be aligned with Jenkins pipeline --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b679ae6b0..2528350e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,13 +18,9 @@ matrix: script: - if [ "$STRUTS_IT" == "true" ]; then - ./mvnw clean 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; + ./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 - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then - ./mvnw test -DskipAssembly -B; - else - ./mvnw test -DskipAssembly -Dupdate-impact -B; - fi; + ./mvnw test -DskipAssembly -B; fi; cache: