oh-my-fish/.travis.yml

19 lines
231 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