X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a43618264ce4871c4f9385eb50e7e1cdbd3ae7e..616cff5a0c4959f3f8a64205848dfa5fda6e62ee:/tools/internal/travis-sonarqube.sh?ds=sidebyside diff --git a/tools/internal/travis-sonarqube.sh b/tools/internal/travis-sonarqube.sh index 360d7c45c6..a0850917c8 100755 --- a/tools/internal/travis-sonarqube.sh +++ b/tools/internal/travis-sonarqube.sh @@ -38,5 +38,6 @@ installBuildWrapper # and finally execute the actual SonarQube analysis (the SONAR_TOKEN is set from the travis web interface, to not expose it) # See https://docs.travis-ci.com/user/sonarqube/ for more info on tokens -set +x # don't show the token in the logs +# don't show the token in the logs +set +x sonar-scanner -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN