mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-03 20:20:38 -06:00
Enforced Swoole 4.4.15 to be installed during travis build, to match production one
This commit is contained in:
parent
f811002c2b
commit
75b8ed813f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user