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 43d7766 commit ed1e32eCopy full SHA for ed1e32e
1 file changed
.travis.yml
@@ -46,11 +46,11 @@ jobs:
46
before_install:
47
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
48
- brew update
49
- - brew tap homebrew/homebrew-php
50
- - brew install php71
51
- - brew install homebrew/php/php71-xdebug
52
- - mkdir -p /usr/local/etc/php/7.1/conf.d
53
- - cp travis-php.ini /usr/local/etc/php/7.1/conf.d/
+ - brew install php@7.0
+ - brew link --force --overwrite php@7.0
+ - pecl install xdebug-$XDEBUG_VERSION
+ - mkdir -p /usr/local/etc/php/7.0/conf.d
+ - cp travis-php.ini /usr/local/etc/php/7.0/conf.d/
54
- git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
55
- source ./.nvm/nvm.sh
56
- nvm install $NODE_VERSION
0 commit comments