Remove travis

It's gonna be a lot of work to build, so we're just gonna use GitHub actions
This commit is contained in:
Dan Mulloy 2021-06-19 22:15:03 -04:00
parent d745cfb184
commit 76930ae6e8
No known key found for this signature in database
GPG Key ID: BFACD592A5F0DFD6
2 changed files with 1 additions and 14 deletions

View File

@ -1,13 +0,0 @@
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

View File

@ -1,4 +1,4 @@
# ProtocolLib [![Travis Status](https://travis-ci.com/dmulloy2/ProtocolLib.svg?branch=master)](https://travis-ci.com/dmulloy2/ProtocolLib)
# ProtocolLib
Certain tasks are impossible to perform with the standard Bukkit API, and may require
working with and even modify Minecraft directly. A common technique is to modify incoming