diff options
author | Carmine Vassallo <carmine.vassallo@sonarsource.com> | 2023-01-04 10:22:49 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-04 09:39:28 +0000 |
commit | e1510859ff015971925a6942cdecc2f128e29403 (patch) | |
tree | 1ce7e626de91d3ec6e8981ffc41ea3b86236a4a9 /.travis.yml | |
parent | cd8f5bbd228956abcb800675b92ded075924a201 (diff) | |
download | sonarqube-e1510859ff015971925a6942cdecc2f128e29403.tar.gz sonarqube-e1510859ff015971925a6942cdecc2f128e29403.zip |
[NO-JIRA] Update the TravisCI build env to use Ubuntu 22.04 with Java 17
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9911cb70c68..3a6fb4a00b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ sudo: required install: true script: ./travis.sh -dist: bionic +dist: jammy +jdk: openjdk17 branches: except: |