mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-25 08:38:45 +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*
This commit is contained in:
parent
a97fe29d9d
commit
e50e705520
1 changed files with 2 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue