diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-06-17 10:53:25 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-06-17 10:53:25 +0200 |
commit | 88a25ade9d84fda5efe1e205866eb85f7d35477a (patch) | |
tree | 4ffeb00a0699118699d0a0b3bc59165dc356f683 | |
parent | 5992a7f643e3d8295d3143721973400827512d30 (diff) | |
download | sonarqube-88a25ade9d84fda5efe1e205866eb85f7d35477a.tar.gz sonarqube-88a25ade9d84fda5efe1e205866eb85f7d35477a.zip |
use Sonarsource's repo travis-utils and use v2.1
fixes undefined variable $4 error
-rw-r--r-- | .travis.yml | 2 | ||||
-rwxr-xr-x | travis.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |