Skip to content

Commit 5512027

Browse files
committed
Upgrade Travis CI docker version to fix Molecule tests.
1 parent 625f2b9 commit 5512027

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
- MOLECULE_DISTRO: ubuntu2004
1111
- MOLECULE_DISTRO: debian10
1212

13+
before_install:
14+
# Upgrade Docker to work with docker-py.
15+
- curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
16+
1317
install:
1418
# Install test dependencies.
1519
- pip install molecule yamllint ansible-lint docker

0 commit comments

Comments
 (0)