We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f1e8f commit ebf4c09Copy full SHA for ebf4c09
.travis.yml
@@ -31,8 +31,9 @@ jobs:
31
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
32
- brew update
33
- brew tap homebrew/homebrew-php
34
- - brew install php71
35
- - brew install homebrew/php/php71-xdebug
+ - brew install php@7.1
+ - brew link --force --overwrite php@7.1
36
+ - pecl install xdebug-2.6.0
37
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
38
- php composer-setup.php
39
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
0 commit comments