From 6a44b5c0095b46414d4c95938a8f5152e14d39aa Mon Sep 17 00:00:00 2001 From: David Gageot Date: Mon, 13 Jul 2015 08:57:31 +0200 Subject: [PATCH] Use latest Travis-utils --- travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5