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