1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-06 07:36:03 +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: install:
- pip install --user jsonschema yamllint - pip install jsonschema yamllint
script: script:
- make lint - make lint