1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-23 13:08:32 +01:00

[CI-SKIP] Make travis use 'build' instead of 'patch' ()

Closes .
This commit is contained in:
Mariell 2020-09-30 22:19:02 +02:00 committed by GitHub
parent a7861cbb48
commit 7f23e2cab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ git:
before_install:
- git config --global user.email "travis-ci@travis-ci.com"
- git config --global user.name "Travis CI"
- ./paper patch
- ./paper build
cache:
directories:
- '$HOME/.m2/repository'