1
0
Fork 0

ci(travis): brew update at the start

pull/517/head
Felix Becker 2017-11-05 02:09:12 -08:00
parent 81009918cf
commit 96149afcd1
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@ matrix:
osx_image: xcode9.1
language: generic
before_install:
- brew tap homebrew/homebrew-php
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
- brew update
- brew tap homebrew/homebrew-php
- brew install php71
- curl https://getcomposer.org/installer | php
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer