Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.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 travis-ci/travis-ci#1094. Until such time, we can use the workaround as posted in ref. facebook/flow#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 <[email protected]> Signed-off-by: Alex Bennée <[email protected]>
- Loading branch information