Skip to content

Commit

Permalink
Use new homebrew uninstaller - fixes CI failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 14, 2020
1 parent 6e9abcc commit ec27201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,9 +6,9 @@ osx_image: xcode11.3

before_install:
# Uninstall existing Homebrew installation.
- curl -sLO https://raw.githubusercontent.com/Homebrew/install/master/uninstall
- chmod +x ./uninstall
- ./uninstall --force
- curl -sLO https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh
- chmod +x ./uninstall.sh
- ./uninstall.sh --force
- sudo rm -rf /usr/local/Homebrew
- sudo rm -rf /usr/local/Caskroom
- sudo rm -rf /usr/local/bin/brew
Expand Down

0 comments on commit ec27201

Please sign in to comment.