Browse Source

Fix CircleCI

Julien Falque 7 years ago
parent
commit
889e49f5f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      circle.yml

+ 1 - 0
circle.yml

@@ -11,6 +11,7 @@ dependencies:
         - ~/.composer
         - ~/Library/Caches/Homebrew
     pre:
+        - brew update
         - brew tap homebrew/homebrew-php
         - brew install php71
         - curl -sS https://getcomposer.org/installer | php