fisher/.travis.yml

9 lines
291 B
YAML
Raw Normal View History

sudo: required
before_install:
2017-01-04 15:24:42 +01: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 12:30:52 +01:00
- fish -c "fisher -v && fisher -h"