summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-31 01:00:45 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-31 01:00:45 +0100
commitde1405fc785e197799b6910c72ac7a25d1e0c6fc (patch)
tree0a104bd281fd51fa67bcb8bb089bfd97086a3146 /.travis.yml
parentf15b814dcba6aa12bc74d1f7d0c881d55f7126be (diff)
downloadjinja2-de1405fc785e197799b6910c72ac7a25d1e0c6fc.tar.gz
Let travis notify the #pocoo irc channel
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f2e0c9..e96e9b7 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