mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 05:42:13 +01:00
CI: add travis test description
This commit is contained in:
parent
6e921753d6
commit
4e324b45a6
1 changed files with 23 additions and 0 deletions
23
.travis.yml
Normal file
23
.travis.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
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
|
Loading…
Reference in a new issue