muninlite/.travis.yml

24 lines
401 B
YAML
Raw Normal View History

2020-02-06 07:15:54 +01:00
---
addons:
apt:
packages:
- codespell
- make
- perl
- shellcheck
notifications:
email: false
irc:
on_success: change
on_failure: always
channels:
- "irc.oftc.net#munin"
template:
- "%{repository} (%{branch} - %{commit} : %{author}): %{message}"
- "Build details: %{build_url}"
script:
- make lint
- make spelling
- make test