diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-27 21:40:25 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-27 21:40:25 +0100 |
commit | bef388708aaaf44b4eff3b40a0bccb89274250ed (patch) | |
tree | 4d1b643fe3425ae2973f6c16a654df9121041d58 /travis.sh | |
parent | ffaaad24e66cddf1a391caec64920629ef2a7131 (diff) | |
download | sonarqube-bef388708aaaf44b4eff3b40a0bccb89274250ed.tar.gz sonarqube-bef388708aaaf44b4eff3b40a0bccb89274250ed.zip |
Remove build of orchestrator
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh index 3d27efe0480..12e6ad9d772 100755 --- a/travis.sh +++ b/travis.sh @@ -72,8 +72,6 @@ ITS) else installTravisTools - build "SonarSource/orchestrator" "2268bba9acbf699a00adc7c5f1dce8d96b0426ff" - start_xvfb mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -e -Dsource.skip=true |