fisher/.travis.yml

9 lines
300 B
YAML
Raw Permalink 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
2018-10-06 04:26:56 +02:00
- fish -c "fisher version; and fisher help"