fix(ci): Disable e-mail notifications

This commit is contained in:
Michael Carlberg 2016-11-19 08:31:06 +01:00
parent b3df50082a
commit 7dedcf6526
1 changed files with 1 additions and 1 deletions

View File

@ -114,10 +114,10 @@ script:
done done
notifications: notifications:
email: false
irc: irc:
channels: channels:
- "irc.freenode.org#polybar" - "irc.freenode.org#polybar"
template: template:
- "%{author} pushed #%{commit} \"%{commit_subject}\" -> %{repository_name}/%{branch}" - "%{author} pushed #%{commit} \"%{commit_subject}\" -> %{repository_name}/%{branch}"
- "Build #%{build_number}: %{result} // Compare at %{compare_url}" - "Build #%{build_number}: %{result} // Compare at %{compare_url}"
skip_join: true