Update install.fish

Assigning a default value to TRAVIS_BRANCH
This commit is contained in:
Bruno 2015-01-24 18:37:56 -02:00
parent 476fa278b5
commit 6fad105d8f

View File

@ -46,6 +46,7 @@ log white "Installing Oh My Fish..."
# Allow installers to specify the source repository.
if not set -q TRAVIS_REPO_SLUG
set TRAVIS_REPO_SLUG bpinto/oh-my-fish
set TRAVIS_BRANCH master
end
# Abort installation if oh-my-fish is already installed.