Fix Travis OS X build (#419)

This commit is contained in:
Stephen M. Coakley 2016-10-15 13:24:18 -05:00 committed by GitHub
parent 6aad28ae99
commit 158b2053d5

View File

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