From 328fc07b427bd8e1019509f6a7a664c3373d67af Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Fri, 19 Apr 2019 23:47:00 +0100 Subject: [PATCH] Tavis update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8848cbde..cd002075 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: install: - python setup.py test script: -- python theHarvester.py -d metasploit.com -b all -x trello,google,intelx,bingapi +- python theHarvester.py -d metasploit.com -x trello,google,intelx,bingapi -b all - pytest notifications: email: false