From f8216c5f2f68c4f81d8823fdadd0cbe1a6a8cd4c Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 23 Apr 2018 09:37:54 -0500 Subject: [PATCH] Issue #61: Better uninstall steps. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1b3882..52db646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,9 @@ osx_image: xcode9.3 before_install: # Uninstall existing Homebrew installation. - - curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall - - chmod +x uninstall - - yes '' | ./uninstall - - rm -f uninstall + - curl -sLO https://raw.githubusercontent.com/Homebrew/install/master/uninstall + - chmod +x ./uninstall + - ./uninstall --force - rm -rf /usr/local/Homebrew - rm -rf /usr/local/Caskroom - rm -rf /usr/local/bin/brew