From 394b440396838d2e35ccefc6730ef4f0c1607aca Mon Sep 17 00:00:00 2001 From: xdavidhu Date: Tue, 6 Feb 2018 13:15:06 +0100 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 726168c..9252234 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.6" install: - - pip3 install -r requirements.txt + - sudo pip install -r requirements.txt script: - sudo python -c "import kickthemout;" @@ -23,4 +23,4 @@ addons: notifications: email: on_success: never - on_failure: always \ No newline at end of file + on_failure: always