diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-01-09 13:31:13 +0100 |
---|---|---|
committer | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-01-09 13:31:13 +0100 |
commit | 1a6668ce1c73c9e0c580f1355d21d89772bdca32 (patch) | |
tree | 6943ea9cdc5146e24f04aa00d4dcff6f5d3bd804 | |
parent | f637dda17a13fc4fe2d0a5011352fd5a05995ada (diff) | |
download | sonarqube-feature/wad/refresh-cache.tar.gz sonarqube-feature/wad/refresh-cache.zip |
DO NOT MERGE!!feature/wad/refresh-cache
-rwxr-xr-x | travis.sh | 2 |
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 \ |