add simple travis config

master
NatureFreshMilk 2019-08-23 07:51:37 +02:00
parent 39d6d99ed8
commit 5b679d6588
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

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