Make sure docker driver is installed with molecule.

pull/208/head
Jeff Geerling 4 years ago
parent 227d1326ca
commit 2e07c1cae4
  1. 2
      .travis.yml

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