From 530889fdcb7deb9b4ad53788017b67dc1d74556c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 27 Feb 2018 12:28:30 +0000 Subject: [PATCH] travis.yml: don't fetch/clone homebrew/core. This is now done by `brew test-bot`. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37417a10a1..f83c20bd79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,11 +37,6 @@ before_install: sudo rm -rf "$HOMEBREW_REPOSITORY"; sudo ln -s "$PWD" "$HOMEBREW_REPOSITORY"; fi - - if [ "$MACOS" ]; then - travis_retry git -C Library/Taps/homebrew/homebrew-core fetch --depth=1 origin; - else - travis_retry git clone --depth=1 https://github.com/Homebrew/homebrew-core Library/Taps/homebrew/homebrew-core; - fi - travis_retry git clone --depth=1 https://github.com/Homebrew/homebrew-test-bot Library/Taps/homebrew/homebrew-test-bot script: