Site updated at 2016-08-20 13:20:49 UTC

This commit is contained in:
Travis CI 2016-08-20 13:20:50 +00:00
parent bc8de01fd5
commit e365e1f82c
23 changed files with 39 additions and 39 deletions

View file

@ -110,7 +110,7 @@
<ul>
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code>name</code> allows multiple notifiers to be created. The default value is <code>notify</code>. The notifier will bind to the service <code>notify.NOTIFIER_NAME</code>.</li>
<li><strong>api_key</strong> (<em>Required</em>): The slack API token to use for sending slack messages. You can get your slack API token here https://api.slack.com/web?sudo=1</li>
<li><strong>api_key</strong> (<em>Required</em>): The slack API token to use for sending slack messages.</li>
<li><strong>default_channel</strong> (<em>Required</em>): The default channel to post to if no channel is explicitly specified when sending the notification message.</li>
</ul>