From 634c7df11feac71cf27f519668fe8dbf477c7ab6 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 29 Sep 2015 11:46:24 +0200 Subject: [PATCH] Fix Disabling of IT category "plugins" on pull requests --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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