2016-06-26 17:12:40 +02:00
|
|
|
language: generic
|
2016-11-24 07:00:35 +01:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- luarocks
|
2016-06-26 17:12:40 +02:00
|
|
|
before_install:
|
2016-11-24 07:00:35 +01:00
|
|
|
- luarocks install --local luacheck
|
2019-02-24 19:46:14 +01:00
|
|
|
script:
|
|
|
|
- $HOME/.luarocks/bin/luacheck ./mods
|
2016-11-24 07:00:35 +01:00
|
|
|
notifications:
|
|
|
|
email: false
|