CI: add travis test description

This commit is contained in:
Lars Kruse 2020-02-06 07:15:54 +01:00
parent 6e921753d6
commit 4e324b45a6
1 changed files with 23 additions and 0 deletions

23
.travis.yml Normal file
View 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