aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-02-03 08:48:55 +0100
committersonartech <sonartech@sonarsource.com>2022-02-03 11:08:58 +0000
commit106baf21b44084b5a47e03dd2e8a5c8e2f8ff6fc (patch)
tree27d78eb93b9e40a5ae2a690367911f21bc0eb52f /travis.sh
parent3c376ccaa3640e9077f3c149f0c21c8a10f5d7c3 (diff)
downloadsonarqube-106baf21b44084b5a47e03dd2e8a5c8e2f8ff6fc.tar.gz
sonarqube-106baf21b44084b5a47e03dd2e8a5c8e2f8ff6fc.zip
[NO-JIRA] Fix public repository web testing
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
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
;;
*)