mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-03 09:19:38 +01:00
e50e705520
Just in case we ever need it again *cough* or they loosen up their restrictions on system use *cough*
13 lines
289 B
YAML
13 lines
289 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
before_install:
|
|
- git config --global user.email "travis-ci@destroystokyo.com"
|
|
- git config --global user.name "Travis CI"
|
|
- ./paper patch
|
|
after_success:
|
|
- ./scripts/paperclip.sh "."
|
|
cache:
|
|
directories:
|
|
- '$HOME/.m2/repository'
|
|
- 'work' |