Fix Travis OS X build (#419)

pull/420/head
Stephen M. Coakley 8 years ago committed by GitHub
parent 6aad28ae99
commit 158b2053d5

@ -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

Loading…
Cancel
Save