Glitchtest/.travis.yml

13 lines
216 B
YAML
Raw Normal View History

2018-12-15 08:28:11 -08:00
language: generic
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck --no-color ./mods
notifications:
email: false