🎉 v2.0 release!!!

This commit is contained in:
k4m4 2018-02-05 23:57:35 +02:00
parent c969a915a4
commit 406dc6e4d0
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
1 changed files with 6 additions and 1 deletions

View File

@ -8,12 +8,17 @@ python:
install:
- pip3 install -r requirements.txt
script:
- sudo python -m "import kickthemout;"
- sudo python -c "import kickthemout;"
branches:
only:
- master
addons:
apt:
packages:
- nmap
notifications:
email:
on_success: never