mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
25 lines
377 B
YAML
25 lines
377 B
YAML
language: c
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
env:
|
|
- FISH_PPA=nightly-master BREW_OPTIONS=--HEAD
|
|
|
|
before_install:
|
|
- script/bootstrap.sh
|
|
|
|
script: script/run-tests.fish
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|
|
webhooks:
|
|
urls:
|
|
- https://webhooks.gitter.im/e/16e8638d3a0deeaf317d
|
|
on_success: change
|
|
on_failure: always
|
|
on_start: false
|