fisher/.travis.yml

11 lines
313 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:
2016-06-01 00:16:16 +02:00
- curl -Lo ~/.config/fish/functions/f.fish --create-dirs git.io/fisher
- fish -c "f --version"
2017-01-04 15:24:42 +01:00
- fish -c "f -h"
- fish -c "f z; f ls"