Skip to content

Commit ebf4c09

Browse files
committed
ci(travis): use PECL to install XDebug
1 parent 49f1e8f commit ebf4c09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
3232
- brew update
3333
- brew tap homebrew/homebrew-php
34-
- brew install php71
35-
- brew install homebrew/php/php71-xdebug
34+
- brew install [email protected]
35+
- brew link --force --overwrite [email protected]
36+
- pecl install xdebug-2.6.0
3637
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
3738
- php composer-setup.php
3839
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer

0 commit comments

Comments
 (0)