mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 16:26:37 +03:00
Disabled xdebug in travis env
This commit is contained in:
parent
40815e5b38
commit
d1d947bf12
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
|
||||
- phpenv config-rm xdebug.ini || return 0
|
||||
|
||||
install:
|
||||
- composer self-update
|
||||
|
|
Loading…
Reference in a new issue