Browse Source

[NO-JIRA] Fix public repository web testing

tags/9.4.0.54424
Philippe Perrin 2 years ago
parent
commit
106baf21b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh View File

@@ -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
;;
*)

Loading…
Cancel
Save