From 78222b3162dc9c35828fc18bb3f68611ea646e43 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Fri, 24 Jul 2015 09:13:48 +0200 Subject: [PATCH] Update to orchestrator 3.3 --- it/it-tests/pom.xml | 2 +- travis.sh | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml index 9daeccb5f31..9e4ce6383ee 100644 --- a/it/it-tests/pom.xml +++ b/it/it-tests/pom.xml @@ -22,7 +22,7 @@ com.sonarsource.orchestrator sonar-orchestrator - 3.3-SNAPSHOT + 3.3 test 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 ;; *) -- 2.39.5