From 158b2053d5feddaa6f89ef18675ce78b7e64a0b2 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sat, 15 Oct 2016 13:24:18 -0500 Subject: [PATCH] Fix Travis OS X build (#419) --- tools/travis-install-git.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/travis-install-git.sh b/tools/travis-install-git.sh index 23e7e5d..4e142a0 100755 --- a/tools/travis-install-git.sh +++ b/tools/travis-install-git.sh @@ -4,7 +4,4 @@ if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then sudo add-apt-repository -y ppa:git-core/ppa sudo apt-get update sudo apt-get install --only-upgrade -y git -else - brew update - brew install git fi