1
0
Fork 0

ci(travis): use PECL to install XDebug

pull/636/head
Felix Becker 2018-04-06 11:07:48 -07:00
parent 49f1e8f04a
commit ebf4c096b3
1 changed files with 3 additions and 2 deletions

View File

@ -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