aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-24 09:13:48 +0200
committerDavid Gageot <david@gageot.net>2015-07-24 09:13:48 +0200
commit78222b3162dc9c35828fc18bb3f68611ea646e43 (patch)
tree04bb62075e9d3d49fdc8626f2eb39c1f19afd9ef /travis.sh
parent346073fd910bd820e95c497c1b8c6f54779742f3 (diff)
downloadsonarqube-78222b3162dc9c35828fc18bb3f68611ea646e43.tar.gz
sonarqube-78222b3162dc9c35828fc18bb3f68611ea646e43.zip
Update to orchestrator 3.3
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/travis.sh b/travis.sh
index b36add46a73..b00eea4d8bd 100755
--- a/travis.sh
+++ b/travis.sh
@@ -3,13 +3,12 @@
set -euo pipefail
function installTravisTools {
- curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v13/install.sh | bash
+ curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v14/install.sh | bash
source /tmp/travis-utils/env.sh
}
function prepareIts {
installTravisTools
- travis_build "SonarSource/sonar-orchestrator" "0fe60edd0978300334ecc9101e4c10bcb05516d0"
travis_start_xvfb
}
@@ -83,10 +82,8 @@ ITS_TESTING)
;;
ITS_PLUGINS)
- if [ -n "$GITHUB_TOKEN" ]; then
- prepareIts
- mvn install -Pit,dev -DskipTests -Dsonar.runtimeVersion=DEV -Dcategory="plugins" -Dmaven.test.redirectTestOutputToFile=false
- fi
+ prepareIts
+ mvn install -Pit,dev -DskipTests -Dsonar.runtimeVersion=DEV -Dcategory="plugins" -Dmaven.test.redirectTestOutputToFile=false
;;
*)