]> source.dussan.org Git - sonarqube.git/commitdiff
Fix execution of it-plugins on travis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 2 Dec 2015 17:12:39 +0000 (18:12 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 2 Dec 2015 17:12:49 +0000 (18:12 +0100)
travis.sh

index 2742ad77c9e6537f2fd1a5c76121db0c708f6c0e..fcbaec38de93b276037d2c1a47068c14a6ab180f 100755 (executable)
--- 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