]> source.dussan.org Git - sonarqube.git/commitdiff
use Sonarsource's repo travis-utils and use v2.1
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 17 Jun 2015 08:53:25 +0000 (10:53 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 17 Jun 2015 08:53:25 +0000 (10:53 +0200)
fixes undefined variable $4 error

.travis.yml
travis.sh

index 42f93da4034ccec8ce4d341c93aa66a3ff144c27..0269e61eacf5445de630dd1d8f68663887f6a919 100644 (file)
@@ -6,7 +6,7 @@ jdk:
 
 env:
   - DATABASE=H2
-#  - DATABASE=POSTGRES
+  - DATABASE=POSTGRES
   - DATABASE=MYSQL
 
 script:
index 8b237b646cb0bcf9b14209df4fe19cdf508e865b..741e450c4958be0de2800e6ccf6f02e37b1406b0 100755 (executable)
--- 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