Skip to content

Commit

Permalink
Make sure docker driver is installed with molecule.
Browse files Browse the repository at this point in the history
  • Loading branch information
hispanico committed Oct 23, 2020
1 parent 9724f9d commit 186d058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

install:
# Install test dependencies.
- pip install molecule yamllint ansible-lint docker
- pip install molecule[docker] yamllint ansible-lint docker

script:
# Run tests.
Expand Down

0 comments on commit 186d058

Please sign in to comment.