add travis file

This commit is contained in:
Alp Mestanogullari 2014-12-02 17:24:10 +01:00
parent 0dfd2434ac
commit 987b160691

12
.travis.yaml Normal file
View 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