oh-my-fish/.travis.yml

25 lines
377 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
2015-03-31 00:58:26 +00:00
webhooks:
urls:
- https://webhooks.gitter.im/e/16e8638d3a0deeaf317d
on_success: change
on_failure: always
on_start: false