aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarmine Vassallo <carmine.vassallo@sonarsource.com>2023-01-03 19:15:56 +0100
committerCarmine Vassallo <carmine.vassallo@sonarsource.com>2023-01-03 19:15:56 +0100
commit7381446386c3626617a84bb2a1959cf6fb06690a (patch)
tree241d1e21978c73e3d7a3794d4da352e0d89307cc
parent8937c9305a7d8693b5e3771439404238672913b1 (diff)
downloadsonarqube-bugfix/cv/upgrade-travisenv-j17.tar.gz
sonarqube-bugfix/cv/upgrade-travisenv-j17.zip
[NO-JIRA] Update the build env to use Ubuntu 22.04 and Java 17bugfix/cv/upgrade-travisenv-j17
-rw-r--r--.travis.yml3
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: