7 lines
171 B
YAML
Executable file
7 lines
171 B
YAML
Executable file
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install yamllint
|
|
script:
|
|
- git diff --name-only $TRAVIS_COMMIT_RANGE | grep -Ee ".yml|dynmap.*.txt" | xargs yamllint
|