mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-23 19:16:14 +01:00
9b54794f6b
Addresses #1222
14 lines
220 B
YAML
14 lines
220 B
YAML
language: java
|
|
os: linux
|
|
dist: focal
|
|
jdk:
|
|
- openjdk16
|
|
script: mvn clean test
|
|
install: true
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- "dmulloy2@live.com"
|
|
on_success: change
|
|
on_failure: always
|