summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-03-18 23:45:52 +0000
committerKHobbits <rob@khobbits.co.uk>2013-03-18 23:48:01 +0000
commit2dda15d47f37feff7fbb5fe9cff42647d7ed23fb (patch)
tree73a9e7e448fa3510dd298d0360ae0ac257adcccf
parentd9485cea8d73c6ef34c9c1148f589d574d67aea6 (diff)
downloadEssentials-2dda15d47f37feff7fbb5fe9cff42647d7ed23fb.tar
Essentials-2dda15d47f37feff7fbb5fe9cff42647d7ed23fb.tar.gz
Essentials-2dda15d47f37feff7fbb5fe9cff42647d7ed23fb.tar.lz
Essentials-2dda15d47f37feff7fbb5fe9cff42647d7ed23fb.tar.xz
Essentials-2dda15d47f37feff7fbb5fe9cff42647d7ed23fb.zip
Add Travis notifications
-rw-r--r--.travis.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 622fd18b8..b68a6c495 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,15 @@ jdk:
- oraclejdk7
- openjdk7
- openjdk6
-script: ant collect \ No newline at end of file
+script: ant collect
+notifications:
+ irc:
+ channels:
+ - "irc.esper.net#lain"
+ on_success: change
+ on_failure: always
+ email:
+ recipients:
+ - "khobbits@ess3.net"
+ on_success: change
+ on_failure: always \ No newline at end of file