Merge branch 'master' of https://github.com/apache/struts into WW-4964

This commit is contained in:
Yasser Zamani
2018-12-13 22:49:59 +03:30
+6 -2
View File
@@ -8,8 +8,12 @@ jdk:
- oraclejdk11
install: true
script: ./mvnw test -DskipAssembly -Dupdate-impact
script:
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
./mvnw test -DskipAssembly;
else
./mvnw test -DskipAssembly -Dupdate-impact;
fi;
after_success:
# TODO delete following if statement after fix of https://github.com/cobertura/cobertura/issues/271
- if [ "$TRAVIS_JDK_VERSION" == "openjdk8" ] || [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then