mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-05 12:00:17 +00:00
8 lines
236 B
YAML
8 lines
236 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:
|
|
- make && fish -c "fisher_install fishery/fishtape; fishtape test/*.fish"
|