From e50e705520dd04c5aa331355e2b7862e4de2ab90 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 9 Apr 2016 14:01:01 -0500 Subject: [PATCH] Update .travis.yml while we're here Just in case we ever need it again *cough* or they loosen up their restrictions on system use *cough* --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 179161f43c..1a24487366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,9 @@ jdk: 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 - - ./applyPatches.sh + - ./paper patch after_success: - - ./paperclip.sh + - ./scripts/paperclip.sh "." cache: directories: - '$HOME/.m2/repository'