From 106baf21b44084b5a47e03dd2e8a5c8e2f8ff6fc Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Thu, 3 Feb 2022 08:48:55 +0100 Subject: [PATCH] [NO-JIRA] Fix public repository web testing --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; *) -- 2.39.5