mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Re-add travis.yml
This commit is contained in:
parent
6584a8a1b1
commit
d0af6afb09
1 changed files with 17 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
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
|
||||
- ./newApplyPatches.sh
|
||||
after_success:
|
||||
- ./paperclip.sh
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
- 'work'
|
Loading…
Reference in a new issue