aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike McQuaid2018-02-27 12:28:30 +0000
committerMike McQuaid2018-02-27 12:29:01 +0000
commit530889fdcb7deb9b4ad53788017b67dc1d74556c (patch)
tree575b6f5ea7aff7c8a7493dc36425a1a7d84db5a7 /.travis.yml
parent7b365262ff356a059bb812c9e34478e04095ca06 (diff)
downloadbrew-530889fdcb7deb9b4ad53788017b67dc1d74556c.tar.bz2
travis.yml: don't fetch/clone homebrew/core.
This is now done by `brew test-bot`.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 37417a10a..f83c20bd7 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: