Add Travis CI and LuaCheck (#2)

This commit is contained in:
David Leal
2020-05-06 13:58:07 -05:00
committed by GitHub
parent 1a36d6a7d5
commit 00a0c881a2
4 changed files with 33 additions and 2 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: generic
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck .
notifications:
email: false