diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-02-03 08:48:55 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-03 11:08:58 +0000 |
commit | 106baf21b44084b5a47e03dd2e8a5c8e2f8ff6fc (patch) | |
tree | 27d78eb93b9e40a5ae2a690367911f21bc0eb52f /travis.sh | |
parent | 3c376ccaa3640e9077f3c149f0c21c8a10f5d7c3 (diff) | |
download | sonarqube-106baf21b44084b5a47e03dd2e8a5c8e2f8ff6fc.tar.gz sonarqube-106baf21b44084b5a47e03dd2e8a5c8e2f8ff6fc.zip |
[NO-JIRA] Fix public repository web testing
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index dd134202ddb..bd101964e3f 100755 --- a/travis.sh +++ b/travis.sh @@ -63,7 +63,7 @@ BUILD) ;; WEB_TESTS) - ./gradlew :server:sonar-web:yarn_validate --no-daemon --console plain + ./gradlew :server:sonar-web:yarn_validate-ci --no-daemon --console plain ;; *) |