aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay <jeremy.davis@sonarsource.com>2021-09-30 15:21:11 +0200
committerGitHub <noreply@github.com>2021-09-30 15:21:11 +0200
commitb0f81f79d9e0383fd9c93f2c798000689d4cfacf (patch)
tree289818c7929db81e08f8a19081394bc5cd3b2c83
parent8a08d0b8a0d16541dd3e7271039f199880e8eb44 (diff)
downloadsonarqube-feature/jay/fix-travis-build.tar.gz
sonarqube-feature/jay/fix-travis-build.zip
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 2f63ca1b30f..dd134202ddb 100755
--- a/travis.sh
+++ b/travis.sh
@@ -63,7 +63,7 @@ BUILD)
;;
WEB_TESTS)
- ./gradlew :server:sonar-web:yarn :server:sonar-web:yarn_validate --no-daemon --console plain
+ ./gradlew :server:sonar-web:yarn_validate --no-daemon --console plain
;;
*)