fisher/.travis.yml

9 lines
291 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
2019-01-22 11:30:52 +00:00
- fish -c "fisher -v && fisher -h"