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:
Yasser Zamani
2018-12-13 21:29:36 +03:30
parent 300ce9020e
commit d31b89eabb
+1 -1
View File
@@ -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;