Use travis' container-based infrastructure (#1314)
[oweals/minetest_game.git] / .travis.yml
1 language: generic
2 sudo: false
3 addons:
4   apt:
5     packages:
6     - luarocks
7 before_install:
8   - luarocks install --local luacheck
9 script: 
10 - $HOME/.luarocks/bin/luacheck --no-color ./mods
11 notifications:
12   email: false