Skip to content

Commit

Permalink
Use Maven version of travis-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Jan 8, 2018
1 parent a871deb commit d3d3b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ cache:
directories:
- $HOME/.m2/repository
- $HOME/.sonar
- $HOME/maven

notifications:
email: false
Expand Down
3 changes: 2 additions & 1 deletion travis.sh
Expand Up @@ -4,11 +4,12 @@ set -euo pipefail

function installTravisTools {
mkdir -p ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v42 | tar zx --strip-components 1 -C ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v43 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}

installTravisTools
. ~/.local/bin/installMaven35

export DEPLOY_PULL_REQUEST=true

Expand Down

0 comments on commit d3d3b8d

Please sign in to comment.