aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorStas Vilchik <stas-vilchik@users.noreply.github.com>2017-03-13 15:55:46 +0100
committerGitHub <noreply@github.com>2017-03-13 15:55:46 +0100
commitfbff4f5366bd8fb2348eb5ceab1cb3c1a929dc80 (patch)
tree396fd65c01b304b188225c160d95b40aa61e07b2 /travis.sh
parent15da428681e063c70717cbf3521bcab1c621a1fb (diff)
downloadsonarqube-fbff4f5366bd8fb2348eb5ceab1cb3c1a929dc80.tar.gz
sonarqube-fbff4f5366bd8fb2348eb5ceab1cb3c1a929dc80.zip
run eslint, flow and jest tests on travis (#1779)
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 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
;;
*)