mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
9 lines
277 B
YAML
9 lines
277 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:
|
|
- git clone https://github.com/fisherman/fisherman
|
|
- fish -c "fisher i fishery/fishtape; fishtape test/*.fish"
|