add simple travis config
This commit is contained in:
parent
39d6d99ed8
commit
5b679d6588
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user