mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 01:25:26 +02:00
Create travis.yml
This commit is contained in:
17
travis.yml
Normal file
17
travis.yml
Normal file
@@ -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
|
Reference in New Issue
Block a user