Template
2
0
Fork 0
mirror of https://github.com/luanti-org/minetest_game.git synced 2025-03-17 21:31:22 +00:00
minetest/.travis.yml
sfan5 b0ae488277 Use travis' container-based infrastructure ()
Use travis' container-based infrastructure (no sudo)
2016-11-23 22:00:35 -08:00

12 lines
216 B
YAML

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