2018-04-13 18:54:22 +02:00
|
|
|
language: generic
|
|
|
|
sudo: false
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- luarocks
|
|
|
|
before_install:
|
|
|
|
- luarocks install --local luacheck
|
|
|
|
script:
|
|
|
|
- $HOME/.luarocks/bin/luacheck --no-color .
|
|
|
|
notifications:
|
2018-04-14 13:15:25 +02:00
|
|
|
email:
|
|
|
|
on_failure: change
|