diff options
author | David Gageot <david@gageot.net> | 2015-06-17 09:51:08 +0100 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-17 10:20:22 +0100 |
commit | 456abf92546780d7518d91a5f610a67bc13c87c0 (patch) | |
tree | 27e0965871b05a057ef9f76e63604055b5231ba2 /travis.sh | |
parent | 5328a43a174d506e13211d5b9c4167a7d4a3e01e (diff) | |
download | sonar-scanner-cli-456abf92546780d7518d91a5f610a67bc13c87c0.tar.gz sonar-scanner-cli-456abf92546780d7518d91a5f610a67bc13c87c0.zip |
Fixing TravisCI build
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |