diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..43f3914 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +--- +install: + - pip install --user yamllint +script: + - make lint diff --git a/README.md b/README.md index b661632..2e23cc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# 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. -Browse the project [here](https://gtfobins.github.io/). \ No newline at end of file +Browse the project [here](https://gtfobins.github.io/).