diff --git a/.travis.yml b/.travis.yml index f23e311..08118ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ notifications: - "irc.freenode.org#MITMf" template: - "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}" + skip_join: true install: "pip install -r requirements.txt" script: nosetests