diff options
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
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 ;; *) |