1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 10:53:35 +02:00
GTFOBins.github.io/.travis.yml

9 lines
104 B
YAML
Raw Normal View History

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