1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-28 18:54:48 +01:00
PaperMC/.travis.yml

17 lines
361 B
YAML
Raw Normal View History

2016-01-29 03:57:04 -06:00
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
2016-02-29 17:09:49 -06:00
- ./applyPatches.sh
2016-01-29 03:57:04 -06:00
after_success:
- ./paperclip.sh
cache:
directories:
- '$HOME/.m2/repository'
- 'work'