LegendofMinetest/.travis.yml

13 lines
216 B
YAML
Raw Permalink Normal View History

2016-11-29 13:30:26 -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