From 4e324b45a65a1ec92080db2380076356e8182b94 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 6 Feb 2020 07:15:54 +0100 Subject: [PATCH] CI: add travis test description --- .travis.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .travis.yml 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