From 88a25ade9d84fda5efe1e205866eb85f7d35477a Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Wed, 17 Jun 2015 10:53:25 +0200 Subject: [PATCH] use Sonarsource's repo travis-utils and use v2.1 fixes undefined variable $4 error --- .travis.yml | 2 +- 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 -- 2.39.5