fisher/.travis.yml

9 lines
277 B
YAML
Raw Normal View History

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:
2016-04-18 18:09:40 +02:00
- git clone https://github.com/fisherman/fisherman
- fish -c "fisher i fishery/fishtape; fishtape test/*.fish"