Commit 158b2053 authored by Stephen M. Coakley's avatar Stephen M. Coakley Committed by GitHub

Fix Travis OS X build (#419)

parent 6aad28ae
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment