Skip to content

Commit 39d5b7d

Browse files
committed
chore(ci): use jammy in Travis CI
1 parent 6c238c7 commit 39d5b7d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
language: c
22
os: linux
3-
dist: focal
3+
dist: jammy
44
addons:
55
apt:
6-
sources:
7-
- sourceline: 'deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'
8-
key_url: 'https://download.docker.com/linux/ubuntu/gpg'
96
packages:
10-
- docker-ce docker-ce-cli containerd.io docker-buildx-plugin
7+
- docker-buildx
118
services:
129
- docker
1310

0 commit comments

Comments
 (0)