From 2183978c6fb8f927132a3baa2a03064a84b41267 Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Sat, 12 Oct 2019 11:01:32 +0200 Subject: [PATCH] add .travis.yml --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1fb315e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: generic +addons: + apt: + packages: + - luarocks +before_install: + - luarocks install --local luacheck +script: +- $HOME/.luarocks/bin/luacheck ./ +notifications: + email: false