GTFOBins.github.io/.travis.yml

9 lines
104 B
YAML
Raw Normal View History

2018-07-16 13:49:36 +00:00
---
2018-08-31 16:08:11 +00:00
language: python
python:
- 3.6
2018-07-16 13:49:36 +00:00
install:
2018-08-31 16:08:11 +00:00
- pip install jsonschema yamllint
2018-07-16 13:49:36 +00:00
script:
- make lint