-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Although below config snippet works on Travis, running it through the linter results in:
in notifications.slack.template section: unknown template variable elapsed_time
in notifications.slack section: unexpected key on_pull_requests, dropping
value for addons section is empty, dropping
in addons section: unexpected key apt, dropping
language: python
addons:
apt:
packages:
- aspell
notifications:
slack:
rooms:
- secure: abc
on_pull_requests: false
template:
- "Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository}@%{branch} in PR <%{pull_request_url}|#%{pull_request_number}> by %{author} %{result} in %{elapsed_time}"
Metadata
Metadata
Assignees
Labels
No labels