Skip to content

Commit

Permalink
Upgrade docker on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 15, 2024
1 parent 64c788a commit 5ee397b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
os: linux
dist: focal
addons:
apt:
sources:
- sourceline: 'deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'
packages:
- docker-ce docker-ce-cli containerd.io
language: python

branches:
Expand Down

0 comments on commit 5ee397b

Please sign in to comment.