summaryrefslogtreecommitdiffstats
path: root/travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'travis.yml')
-rw-r--r--travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/travis.yml b/travis.yml
new file mode 100644
index 000000000..1f8800007
--- /dev/null
+++ b/travis.yml
@@ -0,0 +1,17 @@
+language: java
+jdk:
+ - oraclejdk7
+ - openjdk7
+ - openjdk6
+script: mvn clean test
+notifications:
+ irc:
+ channels:
+ - "irc.esper.net#lain"
+ on_success: change
+ on_failure: always
+ email:
+ recipients:
+ - "team@ess3.net"
+ on_success: change
+ on_failure: always