added controlling files for travis ci

This commit is contained in:
theFox6 2018-04-13 18:54:22 +02:00
parent 93e5e3dbfe
commit fc8f4533fa
2 changed files with 19 additions and 0 deletions

7
.luacheckrc Normal file
View File

@ -0,0 +1,7 @@
allow_defined_top = true
read_globals = {
"minetest",
"dump", "vector",
"VoxelManip", "VoxelArea",
}

12
.travis.yml Normal file
View File

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