mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-05 18:31:35 +01:00
12 lines
228 B
YAML
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 |