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

Closes #4277.
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
1 changed files with 1 additions and 1 deletions

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'