mysql_auth/.travis.yml

12 lines
187 B
YAML
Raw Permalink Normal View History

2020-05-13 02:33:58 +02:00
language: generic
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck .
notifications:
email: false