From 8cc570f554a36b516ece7ba46e3cb20f86da2d47 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Tue, 24 Mar 2015 10:50:44 -0300 Subject: send notification on crash build to IRC #bottlepy --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1e125a3..e12d5ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,7 @@ install: - bash test/travis_setup.sh script: python${PY:-} test/testall.py fast + +notifications: + irc: "irc.freenode.org#bottlepy" + on_success: "never" -- cgit v1.2.1