From: David Gageot Date: Mon, 13 Jul 2015 06:57:31 +0000 (+0200) Subject: Use latest Travis-utils X-Git-Tag: 2.5-rc1~68 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6a44b5c0095b46414d4c95938a8f5152e14d39aa;p=sonar-scanner-cli.git Use latest Travis-utils --- diff --git a/travis.sh b/travis.sh index ecbf8b0..d7705a7 100755 --- a/travis.sh +++ b/travis.sh @@ -3,9 +3,9 @@ set -euo pipefail function installTravisTools { - curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v2.1/install.sh | bash + curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v10/install.sh | bash } installTravisTools -travis_build_green_sonarqube_snapshot +travis_build_green "SonarSource/sonarqube" "master" mvn verify -B -e -V