Skip to content

Commit

Permalink
use Sonarsource's repo travis-utils and use v2.1
Browse files Browse the repository at this point in the history
fixes undefined variable $4 error
  • Loading branch information
sns-seb committed Jun 17, 2015
1 parent 5992a7f commit 88a25ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jdk:

env:
- DATABASE=H2
# - DATABASE=POSTGRES
- DATABASE=POSTGRES
- DATABASE=MYSQL

script:
Expand Down
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88a25ad

Please sign in to comment.