add travis file

This commit is contained in:
Alp Mestanogullari 2014-12-02 17:25:52 +01:00
parent 4dafc4efb4
commit 426c59078c

12
.travis.yml 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