Skip to content

Commit 6594566

Browse files
committed
Fix broken molecule test on older Travis CI default Docker version.
1 parent 00543f5 commit 6594566

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/molecule.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ sudo apt-get update
88
sudo apt-get install -y python3-pip python3-setuptools
99
pip3 install --upgrade setuptools pip
1010

11+
# Upgrade Docker to work with docker-py.
12+
curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
13+
1114
# Install dependencies.
1215
sudo pip3 install ansible molecule ansible-lint yamllint docker
1316

0 commit comments

Comments
 (0)