aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-08-17 21:00:00 +0930
committerMatthew Draper <matthew@trebex.net>2017-08-17 21:02:09 +0930
commit251d3f9151322f95c1a339f26a9660a79212859f (patch)
tree5de6e7458dcd4f7dbff57451886eb93277856bce /.travis.yml
parent8d7c00523cedbe643f5b9090276adb5f9c2020cc (diff)
downloadrails-251d3f9151322f95c1a339f26a9660a79212859f.tar.gz
rails-251d3f9151322f95c1a339f26a9660a79212859f.tar.bz2
rails-251d3f9151322f95c1a339f26a9660a79212859f.zip
Encrypt the IRC notification setting, so it's not used on forks
The value isn't actually secret, so I've kept it as a comment.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 95a9099901..6c7380f050 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,7 +114,8 @@ notifications:
on_success: change
on_failure: always
channels:
- - "irc.freenode.org#rails-contrib"
+ # "irc.freenode.org#rails-contrib"
+ - secure: "QFKSOK7xQiWWqTzYfYm0XWoW7idzuxT57MBW9i9EASyRLEPuDwZEubKRP40Y7wPx7ylQd9lp6kJheeLnrDvvTjFbW3sWv9GDRl4WlOU8sG/Kv7MXAASXlDqzyJxxXTtzLeXz2iwY296kOBuKxKxl923eTvEGeocwH02QGo14LpQ="
campfire:
on_success: change
on_failure: always