aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2018-01-26 10:12:05 +0000
committerGitHub2018-01-26 10:12:05 +0000
commit50003d4ddcf2dd1ef63c5d1679492bb06b6038d3 (patch)
treed33541282d9990c40b8249352846d05927c434a4
parent377528665a0c1a60629e6ff821c8b93b8663ac7f (diff)
downloadbrew-50003d4ddcf2dd1ef63c5d1679492bb06b6038d3.tar.bz2
Update .travis.yml
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index efbdbedc0..778d7da98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,8 @@ before_install:
HOMEBREW_REPOSITORY="$(brew --repo)";
sudo chown -R "$USER" "$HOMEBREW_REPOSITORY/Library/Taps";
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library";
- git -C Library/homebrew/homebrew-core fetch --force origin
- git -C Library/homebrew/homebrew-core checkout --force -B master origin/master
+ git -C Library/Taps/homebrew/homebrew-core fetch --force origin
+ git -C Library/Taps/homebrew/homebrew-core checkout --force -B master origin/master
sudo rm -rf "$HOMEBREW_REPOSITORY";
sudo ln -s "$PWD" "$HOMEBREW_REPOSITORY";
git clone --depth=1 https://github.com/Homebrew/homebrew-test-bot Library/Taps/homebrew/homebrew-test-bot;