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*
This commit is contained in:
Zach Brown 2016-04-09 14:01:01 -05:00
parent a97fe29d9d
commit e50e705520
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76

View file

@ -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'