mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added swoole extension to travis
This commit is contained in:
parent
ccbc6c7a75
commit
cfaecd93e4
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ matrix:
|
|||
before_install:
|
||||
- echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- echo 'extension = apcu.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- yes | pecl install swoole
|
||||
- phpenv config-rm xdebug.ini || return 0
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue