]> xenbits.xensource.com Git - people/liuw/xen.git/commit
travis: add IRC notifications
authorDoug Goldstein <cardoe@cardoe.com>
Fri, 19 Feb 2016 15:13:17 +0000 (09:13 -0600)
committerWei Liu <wei.liu2@citrix.com>
Tue, 15 Mar 2016 16:32:32 +0000 (16:32 +0000)
commit52bf66d08d3defaf6076e901517f64a11c4f5b45
tree57bdb9d1a9f7947b0317ed948030c8754fa0238e
parentb9ecc58e9b558208c7cd86c3b30225f5d9198f42
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