oh-my-fish/.travis.yml

25 lines
377 B
YAML
Raw Normal View History

language: c
2015-01-17 11:21:03 +08:00
os:
- linux
- osx
env:
2015-01-17 11:21:03 +08:00
- FISH_PPA=nightly-master BREW_OPTIONS=--HEAD
before_install:
- script/bootstrap.sh
script: script/run-tests.fish
2015-01-17 12:17:14 +08:00
notifications:
email:
on_success: never
on_failure: change
2015-03-31 08:58:26 +08:00
webhooks:
urls:
- https://webhooks.gitter.im/e/16e8638d3a0deeaf317d
on_success: change
on_failure: always
on_start: false