diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-15 18:19:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-09 16:41:29 +0200 |
commit | e2517f4266c4ec005bb21b17a71c94a2dc973148 (patch) | |
tree | 98c8ca2f3d3fa6a24bbe517ceb3dacaca95a531e /travis.sh | |
parent | 8dbbb595f18b850c610ba17737a14b39a80d82dd (diff) | |
download | sonarqube-e2517f4266c4ec005bb21b17a71c94a2dc973148.tar.gz sonarqube-e2517f4266c4ec005bb21b17a71c94a2dc973148.zip |
Replace groupIds org.codehaus by org.sonarsource
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 36081781f97..a088cd267a8 100755 --- a/travis.sh +++ b/travis.sh @@ -34,7 +34,7 @@ MYSQL) ;; WEB) - set +eu +set +eu source ~/.nvm/nvm.sh && nvm install 4 cd server/sonar-web && npm install && npm test ;; @@ -59,6 +59,7 @@ ITS) echo "Ignore this job since it needs access to private test licenses." else installTravisTools + start_xvfb CATEGORIES=($(echo "$IT_CATEGORY" | tr '_' '\n')) |