PluginConfigs/.travis.yml

8 lines
140 B
YAML
Raw Permalink Normal View History

2018-11-05 11:46:44 +00:00
language: python
python:
- "3.6"
install:
- pip install yamllint
script:
2018-11-09 23:18:34 +00:00
- git diff --name-only $TRAVIS_COMMIT_RANGE | xargs yamllint