From d5815ee8a471196479fcfe2cbb70d1cf6f15ade7 Mon Sep 17 00:00:00 2001
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
Date: Thu, 10 Aug 2017 20:26:00 -0500
Subject: [PATCH] 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.
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1a24487366..5d7502d858 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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'
\ No newline at end of file
+    - 'work'