Add Travis CI support

This commit is contained in:
Andrea Cardaci 2018-07-16 15:49:36 +02:00
parent e1cd3aed68
commit 690bf325ae
2 changed files with 7 additions and 2 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
---
install:
- pip install --user yamllint
script:
- make lint

View File

@ -1,4 +1,4 @@
# GTFOBins
# GTFOBins [![Build Status](https://travis-ci.org/GTFOBins/GTFOBins.github.io.svg?branch=master)](https://travis-ci.org/GTFOBins/GTFOBins.github.io)
GTFOBins is a curated list of Unix binaries that can be exploited by an attacker to bypass local security restrictions.