add simple travis config

This commit is contained in:
NatureFreshMilk 2019-08-23 07:51:37 +02:00
parent 39d6d99ed8
commit 5b679d6588

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