1
0
mirror of https://github.com/MinetestForFun/mysql_base.git synced 2024-09-07 21:00:18 +02:00
mysql_base/.travis.yml
2020-05-06 13:58:07 -05:00

12 lines
187 B
YAML

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