mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 13:15:52 +01:00
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:
parent
d745cfb184
commit
76930ae6e8
13
.travis.yml
13
.travis.yml
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user