Only lint the files that changed

This commit is contained in:
Norbi Peti 2018-11-10 00:18:34 +01:00 committed by GitHub
parent ab55ba44a4
commit f4573acc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,4 @@ python:
install:
- pip install yamllint
script:
- yamllint */*.yml
- git diff --name-only $TRAVIS_COMMIT_RANGE | xargs yamllint