Fix bpo-29528 Use a secure variable to stop spam (#13)
authorDonald Stufft <donald@stufft.io>
Sat, 11 Feb 2017 00:58:34 +0000 (19:58 -0500)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 11 Feb 2017 00:58:34 +0000 (01:58 +0100)
commit4538ddcacc8e8f00d5d36d7bc84e551a56ce6da2
treee517e5e1ece0f16bd876ca53fc091c6127145e47
parent0d5f11061a873e9fb67ae59e46b3313e5ba22fc3
Fix bpo-29528 Use a secure variable to stop spam (#13)

If the IRC notification is stored in plaintext, then anyone who forks
the repository and also adds it to travis will send notifications to
the IRC channel for their fork by default. Since the secure variable
is encrypted using a repository specific key, this will only work when
it is being built using the correct repository.
.travis.yml