3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

Update .travis.yml while we're here

Just in case we ever need it again
*cough* or they loosen up their restrictions on system use *cough*
Dieser Commit ist enthalten in:
Zach Brown 2016-04-09 14:01:01 -05:00
Ursprung a97fe29d9d
Commit e50e705520
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: CC9DA35FC5450B76

Datei anzeigen

@ -4,13 +4,9 @@ jdk:
before_install:
- git config --global user.email "travis-ci@destroystokyo.com"
- git config --global user.name "Travis CI"
- git submodule update --init
- ./remap.sh
- ./decompile.sh
- ./init.sh
- ./applyPatches.sh
- ./paper patch
after_success:
- ./paperclip.sh
- ./scripts/paperclip.sh "."
cache:
directories:
- '$HOME/.m2/repository'