mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
19 lines
231 B
YAML
19 lines
231 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
|