PluginConfigs/.travis.yml

8 lines
187 B
YAML
Raw Normal View History

2018-11-05 11:46:44 +00:00
language: python
python:
- "3.6"
install:
- pip install yamllint
script:
2020-07-31 18:17:19 +00:00
- git diff --name-only --diff-filter=d $TRAVIS_COMMIT_RANGE | grep -Ee ".yml|dynmap.*.txt" | xargs yamllint