servant/.travis.yml

20 lines
413 B
YAML
Raw Normal View History

2014-12-02 17:24:10 +01:00
language: haskell
2014-12-02 17:45:24 +01:00
ghc:
- 7.8
after_success:
- sudo apt-get -y install doctest
- ./test-docs.sh
2014-12-02 17:24:10 +01:00
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