From c0934e11793c5fd02fac72a6ecebe2404a06417f Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 5 Sep 2015 14:25:33 +0200 Subject: [PATCH] travis is picky --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13b18b7..f23e311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,11 @@ addons: - libssl-dev notifications: - irc: "irc.freenode.org#MITMf" - template: - - "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}" + irc: + channels: + - "irc.freenode.org#MITMf" + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}" install: "pip install -r requirements.txt" script: nosetests