Make sure docker driver is installed with molecule.

pull/137/head
Jeff Geerling 4 years ago
parent 5ac9b8da7c
commit f5bbfd2ec7
  1. 2
      .travis.yml

@ -20,7 +20,7 @@ before_install:
install:
# Install test dependencies.
- pip install molecule yamllint ansible-lint docker
- pip install molecule[docker] yamllint ansible-lint docker
before_script:
# Use actual Ansible Galaxy role name for the project directory.

Loading…
Cancel
Save