summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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