add .travis.yml

This commit is contained in:
Thomas Rudin 2019-10-12 11:01:32 +02:00 committed by sofar
parent 134f1e6371
commit 2183978c6f
1 changed files with 11 additions and 0 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