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
This commit is contained in:
parent
61d27c3391
commit
8fe11d7da7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,6 +30,6 @@ script: "./script/ci/build.sh"
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org:6667#diaspora-dev"
|
- secure: YvYkeTAw+5oOl/RaXVwu7JkKGNWPoFosNQRmLvJkBFbWzZ1s5LZD1u3+Qj819bT3lGzJu9pxmJg765IRYrGWmBi4mcAV3dpO6qowVdFTcorf0JsnLw3Kvkga9rrDunsRNr21KTAQqHOO5mKUzw9DtMzd52BiWuZwIj3xcl72gQI=
|
||||||
template:
|
template:
|
||||||
- "%{repository_slug}#%{commit} (%{branch} - %{commit_subject}): %{message} %{build_url}"
|
- "%{repository_slug}#%{commit} (%{branch} - %{commit_subject}): %{message} %{build_url}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue