Skip to content

Commit

Permalink
chore(ci): use jammy in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Dec 1, 2024
1 parent fa0d298 commit 3569951
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: c
os: linux
dist: focal
dist: jammy
addons:
apt:
sources:
- sourceline: 'deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'
key_url: 'https://download.docker.com/linux/ubuntu/gpg'
packages:
- docker-ce docker-ce-cli containerd.io docker-buildx-plugin
- docker-buildx
services:
- docker

Expand Down

0 comments on commit 3569951

Please sign in to comment.