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'