From 8fe11d7da798f7b66b4abba2a117faa7d8cd6809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Wed, 27 Apr 2016 11:52:07 +0200 Subject: [PATCH] Workaround https://github.com/travis-ci/travis-ci/issues/329 by encrypting the channel setting Courtesy of https://github.com/mozilla/build-tools/commit/c13a297 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c042de708..6d57bbc8c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,6 @@ script: "./script/ci/build.sh" notifications: irc: channels: - - "irc.freenode.org:6667#diaspora-dev" + - secure: YvYkeTAw+5oOl/RaXVwu7JkKGNWPoFosNQRmLvJkBFbWzZ1s5LZD1u3+Qj819bT3lGzJu9pxmJg765IRYrGWmBi4mcAV3dpO6qowVdFTcorf0JsnLw3Kvkga9rrDunsRNr21KTAQqHOO5mKUzw9DtMzd52BiWuZwIj3xcl72gQI= template: - "%{repository_slug}#%{commit} (%{branch} - %{commit_subject}): %{message} %{build_url}" -- GitLab