mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
15 lines
215 B
YAML
15 lines
215 B
YAML
|
language: generic
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
sudo: required
|
||
|
|
||
|
before_install:
|
||
|
- sudo apt-get update
|
||
|
- sudo apt-get install -y luarocks
|
||
|
- sudo luarocks install luacheck
|
||
|
|
||
|
script: luacheck --no-color ./mods
|