mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 00:21:00 -04:00
Trying to fix zend_mm_heap corrupted
This commit is contained in:
parent
c55d6510bf
commit
dd9c95a1a8
@ -28,6 +28,7 @@ before_install:
|
|||||||
# set GitHub token and update composer
|
# set GitHub token and update composer
|
||||||
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
|
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
|
||||||
- composer self-update && composer -V
|
- composer self-update && composer -V
|
||||||
|
- export USE_ZEND_ALLOC=0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# install Composer dependencies
|
# install Composer dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user