From 690bf325ae50e7b14a9d6b4e002f9d9b198c669f Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Mon, 16 Jul 2018 15:49:36 +0200 Subject: [PATCH] Add Travis CI support --- .travis.yml | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .travis.yml 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/).