mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
11 lines
330 B
YAML
11 lines
330 B
YAML
sudo: required
|
|
before_install:
|
|
- 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
|
|
- fish -c "fisher version; and fisher help"
|
|
notifications:
|
|
email: false
|