diff options
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index cec555d218f..062d09a0dd8 100755 --- a/travis.sh +++ b/travis.sh @@ -60,7 +60,7 @@ PRANALYSIS) ;; ITS) - if [ "$IT_CATEGORY" == "plugins" ] && [ "$TRAVIS_PULL_REQUEST" == "true" ]; then + if [ "$IT_CATEGORY" == "plugins" ] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "Ignore this job since it needs access to private test licenses." else installTravisTools |