[CI-SKIP] Make travis use 'build' instead of 'patch' (#4592)
Closes #4277.
This commit is contained in:
parent
a7861cbb48
commit
7f23e2cab1
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue