Skip to content
Snippets Groups Projects
Commit 476fa278 authored by Bruno's avatar Bruno
Browse files

Merge pull request #344 from bpinto/another_attempt_to_fix_travis_builds

correctly checkout branch on travis install
parents 020c483b 0e6015a9
No related merge requests found
......@@ -58,7 +58,7 @@ end
# Either git clone or curl GET repository.
log blue "Cloning Oh My Fish from remote repository..."
if type git >/dev/null
git clone "https://github.com/$TRAVIS_REPO_SLUG.git" $fish_path
git clone -b $TRAVIS_BRANCH "https://github.com/$TRAVIS_REPO_SLUG.git" $fish_path
else
log yellow "Install git to pull Oh-My-Fish updates"
log white "Downloading remote zip from Github..."
......
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