From 29a5fcc7d72d86171fd923e0862e688edb2dd63c Mon Sep 17 00:00:00 2001 From: k4m4 Date: Mon, 5 Feb 2018 22:27:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20v2.0=20release!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c8a8e59..ced1f2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: install: - pip3 install -r requirements.txt script: - - python -c "import kickthemout; import scan; import spoof" \ No newline at end of file + - sudo python -c "import kickthemout; import scan; import spoof" \ No newline at end of file diff --git a/readme.md b/readme.md index c96eb7f..a31e173 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,10 @@ Authors: [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) & [David Schütz](m [![Build Badge](https://travis-ci.org/k4m4/kickthemout.svg?branch=master)](https://travis-ci.org/k4m4/kickthemout) [![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE) [![GitHub Stars](https://img.shields.io/github/stars/k4m4/kickthemout.svg)](https://github.com/k4m4/kickthemout/stargazers) + +--- + +

✨Read my latest post: KickThemout v2.0! 🎉

-------------