aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2020-01-09 13:31:13 +0100
committerWouter Admiraal <wouter.admiraal@sonarsource.com>2020-01-09 13:31:13 +0100
commit1a6668ce1c73c9e0c580f1355d21d89772bdca32 (patch)
tree6943ea9cdc5146e24f04aa00d4dcff6f5d3bd804
parentf637dda17a13fc4fe2d0a5011352fd5a05995ada (diff)
downloadsonarqube-feature/wad/refresh-cache.tar.gz
sonarqube-feature/wad/refresh-cache.zip
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index b2f4e883651..ffaff483a3d 100755
--- a/travis.sh
+++ b/travis.sh
@@ -41,7 +41,7 @@ BUILD)
# the '-' at the end is needed when using set -u (the 'nounset' flag)
# see https://stackoverflow.com/a/9824943/641955
if [[ -n "${SONAR_TOKEN-}" ]]; then
- ./gradlew jacocoTestReport sonarqube --no-daemon --console plain \
+ ./gradlew --no-daemon --console plain \
-Dsonar.projectKey=org.sonarsource.sonarqube:sonarqube \
-Dsonar.organization=sonarsource \
-Dsonar.host.url=https://sonarcloud.io \