70ffe01f9a
* Add support for parameters. * Clean up type level magic, invalid links no longer have a type. * Proxies are now used to be consistent with the rest of the servant ecosystem.
19 lines
413 B
YAML
19 lines
413 B
YAML
language: haskell
|
|
|
|
ghc:
|
|
- 7.8
|
|
|
|
after_success:
|
|
- sudo apt-get -y install doctest
|
|
- ./test-docs.sh
|
|
|
|
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
|