9 lines
297 B
YAML
9 lines
297 B
YAML
|
sudo: required
|
||
|
before_install:
|
||
|
- sudo add-apt-repository -y ppa:fish-shell/release-2
|
||
|
- sudo apt-get update
|
||
|
- sudo apt-get -y install fish
|
||
|
script:
|
||
|
- curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
|
||
|
- fish -c "fisher fishtape .; fishtape test/*.fish"
|