From 650525ef12447545a1687f65516090ebf29bb3c5 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 5 Sep 2015 13:56:01 +0200 Subject: [PATCH] added IRC notifications for travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c49e46c..218aa14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,8 @@ addons: - libnetfilter-queue-dev - libssl-dev +notifications: + irc: "irc.freenode.org#MITMf" + install: "pip install -r requirements.txt" script: nosetests