diff options
author | David Gageot <david@gageot.net> | 2015-07-24 09:13:48 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-07-24 09:13:48 +0200 |
commit | 78222b3162dc9c35828fc18bb3f68611ea646e43 (patch) | |
tree | 04bb62075e9d3d49fdc8626f2eb39c1f19afd9ef | |
parent | 346073fd910bd820e95c497c1b8c6f54779742f3 (diff) | |
download | sonarqube-78222b3162dc9c35828fc18bb3f68611ea646e43.tar.gz sonarqube-78222b3162dc9c35828fc18bb3f68611ea646e43.zip |
Update to orchestrator 3.3
-rw-r--r-- | it/it-tests/pom.xml | 2 | ||||
-rwxr-xr-x | 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 @@ <dependency> <groupId>com.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> <scope>test</scope> </dependency> <dependency> 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 ;; *) |