]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Fix public repository web testing
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Thu, 3 Feb 2022 07:48:55 +0000 (08:48 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 3 Feb 2022 11:08:58 +0000 (11:08 +0000)
travis.sh

index dd134202ddbf01c515f38054afb5babd1a3454e4..bd101964e3f436c054e1c293239c3ada56195be0 100755 (executable)
--- 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
   ;;
   
 *)