aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-06-17 09:51:08 +0100
committerDavid Gageot <david@gageot.net>2015-06-17 10:20:22 +0100
commit456abf92546780d7518d91a5f610a67bc13c87c0 (patch)
tree27e0965871b05a057ef9f76e63604055b5231ba2 /travis.sh
parent5328a43a174d506e13211d5b9c4167a7d4a3e01e (diff)
downloadsonar-scanner-cli-456abf92546780d7518d91a5f610a67bc13c87c0.tar.gz
sonar-scanner-cli-456abf92546780d7518d91a5f610a67bc13c87c0.zip
Fixing TravisCI build
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/travis.sh b/travis.sh
index 4f81d21..ecbf8b0 100755
--- a/travis.sh
+++ b/travis.sh
@@ -3,10 +3,9 @@
set -euo pipefail
function installTravisTools {
- curl -sSL https://raw.githubusercontent.com/dgageot/travis-utils/master/install.sh | sh
- source /tmp/travis-utils/utils.sh
+ curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v2.1/install.sh | bash
}
installTravisTools
-build_green_sonarqube_snapshot
+travis_build_green_sonarqube_snapshot
mvn verify -B -e -V