add travis file
This commit is contained in:
parent
99215cd654
commit
470df01c47
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
Loading…
Reference in a new issue