aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
;;
*)