From 2fdd252873bf85441502e9d4f2d0f9015fe8ebab Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Thu, 26 Mar 2015 20:34:58 +0100 Subject: [PATCH] Execute coveralls --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6032eda..3b987ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,18 @@ install: script: - bin/test after_success: - - pip install coveralls + - bin/createcoverage run bin/test + - pip install -q coveralls - coveralls notifications: email: - - devs@imio.be + recipients: + - devs@imio.be + on_success: change + on_failure: change + irc: + channels: + - "irc.freenode.org#imio" + on_success: change + on_failure: always