1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-31 03:50:36 +01:00

Skip paperclip step on Travis-CI

This commit is contained in:
Zach Brown 2017-08-10 21:14:10 -05:00
parent d5815ee8a4
commit e0d4db2507

View file

@ -2,11 +2,9 @@ language: java
os: osx
before_install:
- brew cask install java
- git config --global user.email "travis-ci@destroystokyo.com"
- git config --global user.email "travis-ci@travis-ci.com"
- git config --global user.name "Travis CI"
- ./paper patch
after_success:
- ./scripts/paperclip.sh "."
cache:
directories:
- '$HOME/.m2/repository'