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