Skip to content

Commit 00e3129

Browse files
committed
Upgrade Travis CI docker version to fix Molecule tests.
1 parent 3104f14 commit 00e3129

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
@@ -16,6 +16,10 @@ env:
1616
- MOLECULE_DISTRO: centos7
1717
MOLECULE_PLAYBOOK: playbook-41.yml
1818

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

0 commit comments

Comments
 (0)