ci(travis): brew update at the start
parent
81009918cf
commit
96149afcd1
|
@ -11,9 +11,9 @@ matrix:
|
||||||
osx_image: xcode9.1
|
osx_image: xcode9.1
|
||||||
language: generic
|
language: generic
|
||||||
before_install:
|
before_install:
|
||||||
- brew tap homebrew/homebrew-php
|
|
||||||
# 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 install php71
|
- brew install php71
|
||||||
- curl https://getcomposer.org/installer | php
|
- curl https://getcomposer.org/installer | php
|
||||||
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
|
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
|
||||||
|
|
Loading…
Reference in New Issue