Merge pull request #2210 from samuelhbne/travis-brew-update-retry

Retry brew update if failed.
pull/2212/head
James Sangalli 4 years ago committed by GitHub
commit 62ef1b2076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

@ -14,7 +14,7 @@ cache:
before_install:
- gem install cocoapods -v '1.8.4'
- pod install --repo-update
- brew update
- travis_retry brew update
- brew install swiftlint || true
script:

Loading…
Cancel
Save