From 592bea81097588d66ab02b1dc4cb7817d53cdd8f Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 22 Oct 2016 07:46:44 +0000 Subject: [PATCH] Travis: add IRC notifications. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b51c80c..cb58d8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,9 @@ deploy: repo: solvespace/solvespace tags: true condition: "$TRAVIS_OS_NAME == osx" +notifications: + irc: + channels: + - "chat.freenode.net#solvespace" + use_notice: true + skip_join: true