ProtocolLib/.travis.yml
2015-07-18 21:35:00 -04:00

14 lines
260 B
YAML

language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
script: mvn clean test -U
before_install: cd ProtocolLib
install: true
notifications:
email:
recipients:
- "dmulloy2@live.com"
on_success: change
on_failure: always