diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 00000000..03aca3f5 --- /dev/null +++ b/.travis.yaml @@ -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