lightning/.travis.yml

12 lines
188 B
YAML
Raw Normal View History

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