You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}"
The text was updated successfully, but these errors were encountered:
cas--
changed the title
Unexpecting keys apt, elapsed_time and on_pull_requests
Unexpecting keys apt, elapsed_time and on_pull_requests
Aug 8, 2017
cas--
changed the title
Unexpecting keys apt, elapsed_time and on_pull_requests
Unexpected keys apt, elapsed_time and on_pull_requests
Aug 8, 2017
Although below config snippet works on Travis, running it through the linter results in:
The text was updated successfully, but these errors were encountered: