From b68b795bf289370c98f836001e0b205b25102c00 Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Sun, 17 Feb 2019 21:50:54 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa9f82f..1d1da4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: - pip3 install -r requirements.txt # command to run tests script: - -sudo python HiddenEye.py + - sudo python HiddenEye.py