Start using Travis-CI again

The only way to get Paper to build, specifically past the jar remap
step, is to use a macOS host. Don't ask me why, I'm just the messenger.
This commit is contained in:
Zach Brown 2017-08-10 20:26:00 -05:00
parent 0181286eb9
commit 3338148247
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76

View file

@ -1,7 +1,7 @@
language: java
jdk:
- oraclejdk8
os: osx
before_install:
- brew cask install java
- git config --global user.email "travis-ci@destroystokyo.com"
- git config --global user.name "Travis CI"
- ./paper patch
@ -10,4 +10,4 @@ after_success:
cache:
directories:
- '$HOME/.m2/repository'
- 'work'
- 'work'