Fix install link in .travis.yml.

This commit is contained in:
Jorge Bucaran 2016-06-01 07:16:16 +09:00
parent 57c859424f
commit b204b3ae1f
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -4,7 +4,7 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install fish
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 mono; f ls"
- fish -c "f ls-remote"