Fix travis.

This commit is contained in:
Jorge Bucaran 2017-01-04 23:24:42 +09:00
parent 42c2aa993d
commit c333f73738
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,10 +1,11 @@
sudo: required sudo: required
before_install: before_install:
- sudo add-apt-repository -y ppa:fish-shell/release-2 - sudo add-apt-repository -y ppa:fish-shell/nightly-master
- 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/fisher - 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 -h"
- fish -c "f z; f ls"
- fish -c "f ls-remote" - fish -c "f ls-remote"