Let Travis-CI automatically run luacheck on the game
[oweals/minetest_game.git] / .travis.yml
1 language: generic
2
3 branches:
4   only:
5     - master
6
7 sudo: required
8
9 before_install:
10   - sudo apt-get update
11   - sudo apt-get install -y luarocks
12   - sudo luarocks install luacheck
13
14 script: luacheck --no-color ./mods