mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
Implement Travis
By: Zach Bruggeman <zbruggeman@me.com>
This commit is contained in:
parent
3fc59cc0ee
commit
105f20085a
2 changed files with 8 additions and 1 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: java
|
||||
notifications:
|
||||
email: false
|
||||
before_install:
|
||||
- git config --global user.email "admin@ecocitycraft.com"
|
||||
- git config --global user.name "EcoCityCraft"
|
||||
- ./applyPatches.sh
|
|
@ -1,4 +1,4 @@
|
|||
Spigot
|
||||
Spigot [![Build Status](https://travis-ci.org/EcoCityCraft/Spigot.png)](https://travis-ci.org/EcoCityCraft/Spigot)
|
||||
===========
|
||||
|
||||
High performance Minecraft server implementation
|
||||
|
|
Loading…
Reference in a new issue