aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
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
;;
*)