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:
@@ -1,7 +1,7 @@
|
|||||||
language: java
|
language: java
|
||||||
jdk:
|
os: osx
|
||||||
- oraclejdk8
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- brew cask install java
|
||||||
- git config --global user.email "travis-ci@destroystokyo.com"
|
- git config --global user.email "travis-ci@destroystokyo.com"
|
||||||
- git config --global user.name "Travis CI"
|
- git config --global user.name "Travis CI"
|
||||||
- ./paper patch
|
- ./paper patch
|
||||||
@@ -10,4 +10,4 @@ after_success:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- '$HOME/.m2/repository'
|
- '$HOME/.m2/repository'
|
||||||
- 'work'
|
- 'work'
|
||||||
|
|||||||
Reference in New Issue
Block a user