fisher/.travis.yml

8 lines
228 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:
- make && fish -c "fisher install fishtape; fishtape test/*.fish"