travis: add IRC notifications
authorDoug Goldstein <cardoe@cardoe.com>
Fri, 19 Feb 2016 15:13:17 +0000 (09:13 -0600)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 1 Mar 2016 18:12:08 +0000 (18:12 +0000)
commit3f19ca9ad0b66c57c91921dc8a695634eee0c679
tree57bdb9d1a9f7947b0317ed948030c8754fa0238e
parent3b54cd773d2d04b351ef92f7a994509c99c63a58
travis: add IRC notifications

This will cause failed builds and when the build flips back to success
to be reported to #xentest on FreeNode. The syntax of the message will
be:
<travis-ci> xen-project/xen#BUILDID (BRANCH - REVISION : COMMITTER)
<travis-ci> Change view :
https://github.com/xen-project/xen/compare/RANGE
<travis-ci> Build details :
https://travis-ci.org/xen-project/xen/builds/BUILDID

The blob was generated with the following command:
travis encrypt -r xen-project/xen 'chat.freenode.net#xentest'

The reason it is encrypted is to prevent people that fork the repo to
spam #xentest. This value will only properly decrypt when running within
the xen-project/xen space.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
.travis.yml