ProtocolLib/.travis.yml

12 lines
228 B
YAML

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