Skip to content
Snippets Groups Projects
Unverified Commit 5e465f08 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Update .travis.yml

parent 50003d4d
No related branches found
No related tags found
No related merge requests found
......@@ -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/Taps/homebrew/homebrew-core fetch --force origin
git -C Library/Taps/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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment