From cf9ef1fe60782aa2f02ed941931d420a416d9a50 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Wed, 9 Dec 2015 09:40:49 +0100 Subject: [PATCH] Enable IRC notifications. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 53c00c7..cd0f0fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ env: - "PATH=/home/travis/gopath/bin:$PATH" sudo: required dist: trusty +notifications: + irc: "chat.freenode.net#gorepost-test" before_install: - go get github.com/arachnist/gorepost/bot - go get github.com/arachnist/gorepost/irc