From 76b49be1cd8396063c07d0a030119a5eda072e85 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 31 Mar 2015 12:59:45 +0530 Subject: [PATCH] Update shippable.yml --- shippable.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shippable.yml b/shippable.yml index 88b708c..b5b8a92 100644 --- a/shippable.yml +++ b/shippable.yml @@ -31,3 +31,11 @@ after_script: - mongo test --eval "db.dropDatabase()" - ./node_modules/.bin/istanbul cover grunt -- -u tdd - ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/ + +notifications: + irc: + pull_requests: true + channels: + - "chat.freenode.net#test-irc" + +