diff options
| author | Tibor Blenessy | 2019-04-18 15:08:26 +0200 | 
|---|---|---|
| committer | Elena Vilchik | 2019-04-23 09:25:30 +0200 | 
| commit | 048030385d611288b35efd0f9e861072cb40e018 (patch) | |
| tree | 8a21768016a537d140780a5e0fc0320e5fdc3f7d /travis.sh | |
| parent | 2b52cd9eed95dd99a6a51f99bebdf9f0364db19f (diff) | |
| download | sonar-css-048030385d611288b35efd0f9e861072cb40e018.tar.bz2 | |
Update CI build to use JDK 11
Diffstat (limited to 'travis.sh')
| -rwxr-xr-x | travis.sh | 4 | 
1 files changed, 1 insertions, 3 deletions
| @@ -4,12 +4,10 @@ set -euo pipefail  function configureTravis {    mkdir -p ~/.local -  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v54 | tar zx --strip-components 1 -C ~/.local +  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v56 | tar zx --strip-components 1 -C ~/.local    source ~/.local/bin/install  }  configureTravis -. installJDK8 -. ~/.local/bin/installMaven35  export DEPLOY_PULL_REQUEST=true | 
