Skip to content

Commit 5ee397b

Browse files
committed
Upgrade docker on Travis CI
1 parent 64c788a commit 5ee397b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
os: linux
22
dist: focal
3+
addons:
4+
apt:
5+
sources:
6+
- sourceline: 'deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable'
7+
packages:
8+
- docker-ce docker-ce-cli containerd.io
39
language: python
410

511
branches:

0 commit comments

Comments
 (0)