Fix TNT mod crash when entities disappear during explosion (#2616)
[oweals/minetest_game.git] / .travis.yml
1 language: generic
2 addons:
3   apt:
4     packages:
5     - luarocks
6 before_install:
7   - luarocks install --local luacheck
8 script:
9 - $HOME/.luarocks/bin/luacheck ./mods
10 notifications:
11   email: false