.travis.yml: Disable IRC build status updates from forks
commitcb4c2536d56c73cb5b6b9ea4f2c5ed17e9b6b9f1
authorPranith Kumar <bobby.prani@gmail.com>
Mon, 27 Jun 2016 18:13:22 +0000 (27 14:13 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 18 Jul 2016 15:40:58 +0000 (18 16:40 +0100)
tree8571f0664f6c8711e3999a0c2edd0e37ec02e488
parent3913d3707e3debfbf0d2d014a1a793394993b088
.travis.yml: Disable IRC build status updates from forks

We want the travis build bot to post notifications on IRC only for the
master qemu repository and not the various forks/branches of
others. Currently there is no direct option to restrict the updates to
one repository. This is being worked upon by the developers and
tracked in https://github.com/travis-ci/travis-ci/issues/1094.

Until such time, we can use the workaround as posted in
ref. https://github.com/facebook/flow/pull/1822.

This basically creates an ecrypted string which decrypts to qemu IRC
channel only on "qemu/qemu" repo and not on the forks. This enables
the build bot to notify the IRC only for the main repo.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml