Skip to content

Commit 79e055f

Browse files
committed
fixing travis jobs
1 parent 2a4278d commit 79e055f

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
@@ -4,12 +4,9 @@ python: 3.9
44
before_install:
55
- sudo rm -rf /var/lib/apt/lists/*
66
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
7-
- sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) edge"
7+
- sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
88
- sudo apt-get update
9-
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
10-
- mkdir -vp ~/.docker/cli-plugins/
11-
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.3.0/buildx-v0.3.0.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
12-
- chmod a+x ~/.docker/cli-plugins/docker-buildx
9+
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
1310
install:
1411
- pip install pipenv
1512
- pipenv sync

0 commit comments

Comments
 (0)