mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-16 04:30:22 +02:00
Let Travis-CI automatically run luacheck on the game
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user