mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue