GTFOBins.github.io/.travis.yml
Andrea Cardaci fdbd1220bb Fix TravisCI
2018-08-31 18:18:08 +02:00

9 lines
104 B
YAML

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