ProtocolLib/.travis.yml
Dan Mulloy 9b54794f6b
Fix cloning in 1.17
Addresses #1222
2021-06-15 23:58:40 -04:00

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