mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 13:25:04 +08: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 add-apt-repository -y ppa:git-core/ppa
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install --only-upgrade -y git
|
sudo apt-get install --only-upgrade -y git
|
||||||
else
|
|
||||||
brew update
|
|
||||||
brew install git
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user