1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-04-26 03:45:11 +02:00

Fix TravisCI

This commit is contained in:
Andrea Cardaci 2018-08-31 18:08:11 +02:00
parent 8f4b085807
commit fdbd1220bb

View File

@ -1,5 +1,8 @@
---
language: python
python:
- 3.6
install:
- pip install --user jsonschema yamllint
- pip install jsonschema yamllint
script:
- make lint