fisher/.travis.yml

11 lines
313 B
YAML

sudo: required
before_install:
- sudo add-apt-repository -y ppa:fish-shell/nightly-master
- sudo apt-get update
- sudo apt-get -y install fish
script:
- curl -Lo ~/.config/fish/functions/f.fish --create-dirs git.io/fisher
- fish -c "f --version"
- fish -c "f -h"
- fish -c "f z; f ls"