Enforced Swoole 4.4.15 to be installed during travis build, to match production one

This commit is contained in:
Alejandro Celaya 2020-03-21 14:25:19 +01:00
parent f811002c2b
commit 75b8ed813f

View File

@ -18,7 +18,7 @@ cache:
before_install:
- echo 'extension = apcu.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- yes | pecl install swoole
- yes | pecl install swoole-4.4.15
- phpenv config-rm xdebug.ini || return 0
install: