Skip to content

Commit bf906d5

Browse files
authored
Update travis build vm dist form xenial to focal This bings the machines to the build VM to a more up to date Ubuntu version which should also reduce the risk of loosing support for the version and use openjdk11 (#124)
1 parent 91bd190 commit bf906d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#
1717

1818
sudo: required
19-
dist: xenial
20-
jdk: openjdk8
19+
dist: focal
20+
jdk: openjdk11
2121
language: java
2222
services:
2323
- docker

0 commit comments

Comments
 (0)