]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Let travis notify the #pocoo irc channel
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 31 May 2013 00:00:45 +0000 (01:00 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 31 May 2013 00:00:45 +0000 (01:00 +0100)
.travis.yml

index 3f2e0c99e8f4b3668738c6b473e72211b9c03d56..e96e9b7921950575c08e4decbd4f0ae5225a4ca7 100644 (file)
@@ -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