Skip to content

Commit

Permalink
travis: enforce ansible-lint 4.2.0
Browse files Browse the repository at this point in the history
Let's pin to 4.2.0

(because of ansible/ansible-lint/issues/966)

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits committed Aug 18, 2020
1 parent 093e1dc commit 390e1e2
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 @@ -7,7 +7,7 @@ notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
install:
- pip install -r tests/requirements.txt
- pip install ansible-lint pytest-cov
- pip install ansible-lint==4.2.0 pytest-cov
script:
- if [[ -n $(grep --exclude-dir=.git -P "\xa0" -r .) ]]; then echo 'NBSP characters found'; exit 1; fi
- pytest --cov=library/ --cov=plugins/filter/ -vvvv tests/library/ tests/plugins/filter/
Expand Down

0 comments on commit 390e1e2

Please sign in to comment.