1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-24 13:30:48 +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
parent e3bbc0d3ec
commit cc79d358e8

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'