]> source.dussan.org Git - sonarqube.git/commitdiff
upgrade travis-utils to v31 (#1088) 1152/head
authorStas Vilchik <vilchiks@gmail.com>
Fri, 8 Jul 2016 07:31:43 +0000 (09:31 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 22 Aug 2016 16:13:43 +0000 (18:13 +0200)
travis.sh

index 74820c6fae8a34d7b52e6f5b8e9bdbe9023fd83b..12612d854f1df81df81b9be42d2bf24555cd461b 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -4,7 +4,7 @@ set -euo pipefail
 
 function configureTravis {
   mkdir ~/.local
-  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v25 | tar zx --strip-components 1 -C ~/.local
+  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v31 | tar zx --strip-components 1 -C ~/.local
   source ~/.local/bin/install
 }
 configureTravis
@@ -37,7 +37,7 @@ CI)
     if [[ $CURRENT_VERSION =~ "-SNAPSHOT" ]]; then
       echo "======= Found SNAPSHOT version ======="
       # Do not deploy a SNAPSHOT version but the release version related to this build
-      set_maven_build_version $TRAVIS_BUILD_NUMBER      
+      set_maven_build_version $TRAVIS_BUILD_NUMBER
     else
       echo "======= Found RELEASE version ======="
     fi
@@ -45,9 +45,9 @@ CI)
     # analysis is currently executed by SonarSource internal infrastructure
     mvn deploy \
         -Pdeploy-sonarsource \
-        -B -e -V 
+        -B -e -V
+
 
-    
 
   elif [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ -n "${GITHUB_TOKEN:-}" ]; then
     strongEcho 'Build and analyze pull request, no deploy'