GTFOBins.github.io/.travis.yml

9 lines
104 B
YAML

---
language: python
python:
- 3.6
install:
- pip install jsonschema yamllint
script:
- make lint