PluginConfigs/.travis.yml

8 lines
171 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:
2019-02-12 12:58:23 +00:00
- git diff --name-only $TRAVIS_COMMIT_RANGE | grep -Ee ".yml|dynmap.*.txt" | xargs yamllint