mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
fix update-impact plugin for Pull Requests if statement
See also: https://docs.travis-ci.com/user/environment-variables/#convenience-variables
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ jdk:
|
||||
|
||||
install: true
|
||||
script:
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
|
||||
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
./mvnw test -DskipAssembly;
|
||||
else
|
||||
./mvnw test -DskipAssembly -Dupdate-impact;
|
||||
|
||||
Reference in New Issue
Block a user