diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a785413 --- /dev/null +++ b/.travis.yml @@ -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