From 99751f508494d59c1394d374163d86a27868106f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 2 Dec 2015 18:12:39 +0100 Subject: [PATCH] Fix execution of it-plugins on travis --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 2742ad77c9e..fcbaec38de9 100755 --- a/travis.sh +++ b/travis.sh @@ -75,7 +75,7 @@ WEB) ;; IT) - if [ "$IT_CATEGORY" == "Plugins" ] && [ -n "$GITHUB_TOKEN" ]; then + if [ "$IT_CATEGORY" == "Plugins" ] && [ ! -n "$GITHUB_TOKEN" ]; then echo "This job is ignored as it needs to access a private GitHub repository" else installTravisTools -- 2.39.5