ci(travis): use PECL to install XDebug
parent
49f1e8f04a
commit
ebf4c096b3
|
@ -31,8 +31,9 @@ jobs:
|
||||||
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
|
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
|
||||||
- brew update
|
- brew update
|
||||||
- brew tap homebrew/homebrew-php
|
- brew tap homebrew/homebrew-php
|
||||||
- brew install php71
|
- brew install php@7.1
|
||||||
- brew install homebrew/php/php71-xdebug
|
- brew link --force --overwrite php@7.1
|
||||||
|
- pecl install xdebug-2.6.0
|
||||||
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||||
- php composer-setup.php
|
- php composer-setup.php
|
||||||
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
|
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
|
||||||
|
|
Loading…
Reference in New Issue