Browse Source

[NO-JIRA] Update the TravisCI build env to use Ubuntu 22.04 with Java 17

tags/9.9.0.65466
Carmine Vassallo 1 year ago
parent
commit
e1510859ff
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -1,7 +1,8 @@
sudo: required
install: true
script: ./travis.sh
dist: bionic
dist: jammy
jdk: openjdk17

branches:
except:

Loading…
Cancel
Save