From 422868a62d7d577736c496d3298211fe8a230c65 Mon Sep 17 00:00:00 2001 From: k4m4 Date: Mon, 5 Feb 2018 23:11:58 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a1ea95..f46364d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,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