Update .travis.yml
This commit is contained in:
parent
50003d4ddc
commit
5e465f08c4
@ -24,8 +24,8 @@ before_install:
|
|||||||
HOMEBREW_REPOSITORY="$(brew --repo)";
|
HOMEBREW_REPOSITORY="$(brew --repo)";
|
||||||
sudo chown -R "$USER" "$HOMEBREW_REPOSITORY/Library/Taps";
|
sudo chown -R "$USER" "$HOMEBREW_REPOSITORY/Library/Taps";
|
||||||
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library";
|
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library";
|
||||||
git -C Library/Taps/homebrew/homebrew-core fetch --force origin
|
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 checkout --force -B master origin/master;
|
||||||
sudo rm -rf "$HOMEBREW_REPOSITORY";
|
sudo rm -rf "$HOMEBREW_REPOSITORY";
|
||||||
sudo ln -s "$PWD" "$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;
|
git clone --depth=1 https://github.com/Homebrew/homebrew-test-bot Library/Taps/homebrew/homebrew-test-bot;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user