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" + +