From 333234a445275fb840369035c00a883116fa45b1 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 5 Sep 2015 14:35:40 +0200 Subject: [PATCH] add skip_join to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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