PluginConfigs/.travis.yml
2018-12-10 23:09:26 +00:00

7 lines
140 B
YAML
Executable file

language: python
python:
- "3.6"
install:
- pip install yamllint
script:
- git diff --name-only $TRAVIS_COMMIT_RANGE | xargs yamllint