Commit 69db957c authored by Jeff Geerling's avatar Jeff Geerling

Upgrade Travis CI docker version to fix Molecule tests.

parent c27454ae
...@@ -14,6 +14,10 @@ env: ...@@ -14,6 +14,10 @@ env:
- MOLECULE_DISTRO: debian10 - MOLECULE_DISTRO: debian10
MOLECULE_PLAYBOOK: playbook-calico.yml MOLECULE_PLAYBOOK: playbook-calico.yml
before_install:
# Upgrade Docker to work with docker-py.
- curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
install: install:
# Install test dependencies. # Install test dependencies.
- pip install molecule yamllint ansible-lint docker - pip install molecule yamllint ansible-lint docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment