powerbanks/.travis.yml

12 lines
188 B
YAML
Raw Normal View History

2019-11-30 13:54:04 +01:00
language: generic
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck ./
notifications:
email: false