Skip to content

Commit 69db957

Browse files
committed
Upgrade Travis CI docker version to fix Molecule tests.
1 parent c27454a commit 69db957

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ env:
1414
- MOLECULE_DISTRO: debian10
1515
MOLECULE_PLAYBOOK: playbook-calico.yml
1616

17+
before_install:
18+
# Upgrade Docker to work with docker-py.
19+
- curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
20+
1721
install:
1822
# Install test dependencies.
1923
- pip install molecule yamllint ansible-lint docker

0 commit comments

Comments
 (0)