Skip to content

Commit

Permalink
Fix Travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 20, 2020
1 parent b3867db commit 0510b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependency:
options:
role-file: requirements.yml
lint: |
PATH=${PATH}
yamllint molecule/default/converge.yml
ansible-lint molecule/default/converge.yml
driver:
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ deps =
previous: ansible>=2.8, <2.9
current: ansible>=2.9
next: git+https://github.com/ansible/ansible.git@devel
molecule>=3, <4
docker
ansible-lint
molecule[lint]>=3, <4
docker>=4.2, <4.3
commands = molecule test
setenv =
TOX_ENVNAME={envname}
Expand Down

0 comments on commit 0510b77

Please sign in to comment.