Explorar o código

Fix build error on travis-ci

https://github.com/Homebrew/homebrew/issues/42553#issuecomment-128453641
Norio Nomura %!s(int64=10) %!d(string=hai) anos
pai
achega
39f18074b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ cache:
   - vendor/bundle
 before_install:
 - curl 'https://developer.apple.com/certificationauthority/AppleWWDRCA.cer' -o certificates/AppleWWDRCA.cer
-- brew update
+- brew update; brew update
 - brew install carthage
 install:
 - bundle install --path=vendor/bundle --binstubs=vendor/bin