1
0
mirror of https://github.com/MinetestForFun/mysql_base.git synced 2024-09-16 17:20:31 +02:00
mysql_base/.travis.yml

12 lines
187 B
YAML
Raw Permalink Normal View History

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