Fix install link in .travis.yml.

This commit is contained in:
Jorge Bucaran 2016-06-01 07:16:16 +09:00 committed by Jorge Bucaran
parent 0f729cd29b
commit 92ea55b10b

View file

@ -4,7 +4,7 @@ before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y install fish - sudo apt-get -y install fish
script: script:
- curl -Lo ~/.config/fish/functions/f.fish --create-dirs git.io/fisherman - curl -Lo ~/.config/fish/functions/f.fish --create-dirs git.io/fisher
- fish -c "f --version" - fish -c "f --version"
- fish -c "f mono; f ls" - fish -c "f mono; f ls"
- fish -c "f ls-remote" - fish -c "f ls-remote"