oh-my-fish/.travis.yml

19 lines
231 B
YAML
Raw Normal View History

language: c
2015-01-17 03:21:03 +00:00
os:
- linux
- osx
env:
2015-01-17 03:21:03 +00:00
- FISH_PPA=nightly-master BREW_OPTIONS=--HEAD
before_install:
- script/bootstrap.sh
script: script/run-tests.fish
2015-01-17 04:17:14 +00:00
notifications:
email:
on_success: never
on_failure: change