ProtocolLib/.travis.yml

11 lines
226 B
YAML

language: java
jdk:
- oraclejdk8
script: gradle clean compileJava compileTestJava test
install: true
notifications:
email:
recipients:
- "dmulloy2@live.com"
on_success: change
on_failure: always