From: Armin Ronacher Date: Fri, 31 May 2013 00:00:45 +0000 (+0100) Subject: Let travis notify the #pocoo irc channel X-Git-Tag: 2.8~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1405fc785e197799b6910c72ac7a25d1e0c6fc;p=thirdparty%2Fjinja.git Let travis notify the #pocoo irc channel --- diff --git a/.travis.yml b/.travis.yml index 3f2e0c99..e96e9b79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,18 @@ python: - "2.6" - "2.7" - "3.3" + install: - "python setup.py install" + script: make test + +notifications: + email: false + irc: + channels: + - "chat.freenode.net#pocoo" + on_success: change + on_failure: always + use_notice: true + skip_join: true