We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3104f14 commit 00e3129Copy full SHA for 00e3129
.travis.yml
@@ -16,6 +16,10 @@ env:
16
- MOLECULE_DISTRO: centos7
17
MOLECULE_PLAYBOOK: playbook-41.yml
18
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
+
23
install:
24
# Install test dependencies.
25
- pip install molecule yamllint ansible-lint docker
0 commit comments