lightning/.travis.yml

12 lines
188 B
YAML
Raw Permalink Normal View History

2019-10-12 12:01:32 +03:00
language: generic
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck ./
notifications:
email: false