From: Sébastien Lesaint Date: Wed, 17 Jun 2015 08:53:25 +0000 (+0200) Subject: use Sonarsource's repo travis-utils and use v2.1 X-Git-Tag: 5.2-RC1~1459 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=88a25ade9d84fda5efe1e205866eb85f7d35477a;p=sonarqube.git use Sonarsource's repo travis-utils and use v2.1 fixes undefined variable $4 error --- diff --git a/.travis.yml b/.travis.yml index 42f93da4034..0269e61eacf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ jdk: env: - DATABASE=H2 -# - DATABASE=POSTGRES + - DATABASE=POSTGRES - DATABASE=MYSQL script: diff --git a/travis.sh b/travis.sh index 8b237b646cb..741e450c495 100755 --- a/travis.sh +++ b/travis.sh @@ -3,7 +3,7 @@ set -euo pipefail function installTravisTools { - curl -sSL https://raw.githubusercontent.com/dgageot/travis-utils/v2/install.sh | bash + curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v2.1/install.sh | bash } case "$DATABASE" in