1
0
Fork 0
stacktraceplus/.travis.yml

12 Zeilen
187 B
YAML

language: generic
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck .
notifications:
email: false