mail/.travis.yml
NatureFreshMilk 74b18f38eb updated files
2019-09-16 08:15:43 +02:00

13 lines
210 B
YAML

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