Skip to content

Commit 2de7220

Browse files
authored
Update travis build vm dist form xenial to focal This bings the machi… (#134)
* 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 * update travis yaml to match travis docs * add docker repository to sources as third party sources have been removed
1 parent 18270cc commit 2de7220

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 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:
2222
- python
2323

@@ -28,9 +28,11 @@ services:
2828
- docker
2929
# required to support multi-stage build
3030
addons:
31-
apt:
32-
packages:
33-
- docker-ce
31+
apt:
32+
sources:
33+
- sourcelist: 'deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'
34+
packages:
35+
- docker-ce
3436

3537
before_install:
3638
- "./tools/travis/setup.sh"

0 commit comments

Comments
 (0)