travis added.

This commit is contained in:
A.C.M 2019-07-16 23:04:13 +02:00
parent c8d9c4a422
commit 5ffd5e3e09

13
.travis.yml Normal file
View File

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