aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-13 08:57:31 +0200
committerDavid Gageot <david@gageot.net>2015-07-13 08:57:31 +0200
commit6a44b5c0095b46414d4c95938a8f5152e14d39aa (patch)
treecf495f61a5e5aab351f7af955fae3f7a26f04d46
parenta3fddd185169455bd564e67c0d9d0d9cf272c5a9 (diff)
downloadsonar-scanner-cli-6a44b5c0095b46414d4c95938a8f5152e14d39aa.tar.gz
sonar-scanner-cli-6a44b5c0095b46414d4c95938a8f5152e14d39aa.zip
Use latest Travis-utils
-rwxr-xr-xtravis.sh4
1 files 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