servant/.travis.yml

13 lines
328 B
YAML
Raw Normal View History

2014-12-02 17:24:10 +01:00
language: haskell
notifications:
irc:
channels:
- "irc.freenode.org#servant"
template:
- "%{repository}#%{build_number} - %{commit} on %{branch} by %{author}: %{message}"
- "Build details: %{build_url} - Change view: %{compare_url}"
skip_join: true
on_success: change
on_failure: always