mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-03 01:10:37 +01:00
7 lines
191 B
YAML
7 lines
191 B
YAML
language: java
|
|
notifications:
|
|
email: false
|
|
before_install:
|
|
- git config --global user.email "admin@ecocitycraft.com"
|
|
- git config --global user.name "EcoCityCraft"
|
|
- ./applyPatches.sh |