ProtocolLib/.travis.yml

13 lines
249 B
YAML
Raw Normal View History

2015-06-15 23:10:38 +02:00
language: java
jdk:
- oraclejdk8
- oraclejdk7
2015-06-17 01:50:27 +02:00
script: mvn clean install -U
before_install: cd ProtocolLib
install: true
2015-06-15 23:10:38 +02:00
notifications:
email:
recipients:
- "dmulloy2@live.com"
on_success: change
on_failure: always