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

11 lines
255 B
YAML

language: java
os: osx
before_install:
- brew cask install java
- git config --global user.email "travis-ci@travis-ci.com"
- git config --global user.name "Travis CI"
- ./paper patch
cache:
directories:
- '$HOME/.m2/repository'
- 'work'