1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00
mdlayher-homelab/.travis.yml
2019-02-18 14:42:05 -05:00

12 lines
322 B
YAML

---
language: python
os:
- linux
dist: xenial
before_install:
- pip install yamllint
script:
# Sanity check all YAML files:
# - ignore line-length lint
# - ignore ansible vault-encrypted files
- diff -u <(echo -n) <(yamllint -f parsable ./ansible | grep -v "line-length" | grep -v "traefik/vars/main.yml")