fisher/.travis.yml

11 lines
330 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
2018-10-06 04:26:56 +02:00
- fish -c "fisher version; and fisher help"
2018-10-13 08:29:07 +02:00
notifications:
email: false