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>
(cherry picked from commit 04d77dc)
  • Loading branch information
guits committed Aug 18, 2020
1 parent 51b51b8 commit 9f2c315
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 @@ -6,7 +6,7 @@ notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
install:
- pip install -r requirements.txt
- pip install ansible-lint pytest
- pip install ansible-lint==4.2.0 pytest
script:
- if [[ -n $(grep --exclude-dir=.git -P "\xa0" -r .) ]]; then echo 'NBSP characters found'; exit 1; fi
- pytest -vvvv tests/library/ tests/plugins/filter/
Expand Down

0 comments on commit 9f2c315

Please sign in to comment.