From 987b160691441b86ec476956a066c4099d3a61d6 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 2 Dec 2014 17:24:10 +0100 Subject: [PATCH] add travis file --- .travis.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yaml 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