From 96149afcd17b2da415eda51b2cc0063eb94b72a5 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sun, 5 Nov 2017 02:09:12 -0800 Subject: [PATCH] ci(travis): brew update at the start --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4a0965..cd487c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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