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 625f2b9 commit 5512027Copy full SHA for 5512027
.travis.yml
@@ -10,6 +10,10 @@ env:
10
- MOLECULE_DISTRO: ubuntu2004
11
- MOLECULE_DISTRO: debian10
12
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
+
17
install:
18
# Install test dependencies.
19
- pip install molecule yamllint ansible-lint docker
0 commit comments