From b037237de0c2910227d0339f4bfa95eec42841eb Mon Sep 17 00:00:00 2001 From: k4m4 Date: Mon, 5 Feb 2018 23:25:49 +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 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f46364d..b3c5e8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,17 @@ python: - "3.4" - "3.5" - "3.6" + install: - pip3 install -r requirements.txt script: - - sudo python -c "import kickthemout; import scan; import spoof" \ No newline at end of file + - sudo python3 -c "import kickthemout" + +branches: + only: + - master + +notifications: + email: + on_success: never + on_failure: always \ No newline at end of file