fisher/.travis.yml

9 lines
300 B
YAML
Raw Normal View History

sudo: required
before_install:
2017-01-04 14:24:42 +00:00
- sudo add-apt-repository -y ppa:fish-shell/nightly-master
- sudo apt-get update
- sudo apt-get -y install fish
script:
- curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
2018-10-06 02:26:56 +00:00
- fish -c "fisher version; and fisher help"