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