diff options
author | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-03-13 15:55:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 15:55:46 +0100 |
commit | fbff4f5366bd8fb2348eb5ceab1cb3c1a929dc80 (patch) | |
tree | 396fd65c01b304b188225c160d95b40aa61e07b2 /travis.sh | |
parent | 15da428681e063c70717cbf3521bcab1c621a1fb (diff) | |
download | sonarqube-fbff4f5366bd8fb2348eb5ceab1cb3c1a929dc80.tar.gz sonarqube-fbff4f5366bd8fb2348eb5ceab1cb3c1a929dc80.zip |
run eslint, flow and jest tests on travis (#1779)
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 e12de64028e..d2bb0abb6bb 100755 --- a/travis.sh +++ b/travis.sh @@ -185,7 +185,7 @@ WEB_TESTS) source ~/.nvm/nvm.sh && nvm install 6 curl -o- -L https://yarnpkg.com/install.sh | bash export PATH=$HOME/.yarn/bin:$PATH - cd server/sonar-web && yarn && yarn test -- --runInBand + cd server/sonar-web && yarn && yarn validate ;; *) |