mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Fix Travis OS X build (#419)
This commit is contained in:
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…
Reference in New Issue
Block a user