1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-06-30 06:40:21 +02:00
minetest_game/.travis.yml
Hugo Locurcio b38b5b2357
Enable colored Luacheck output on Travis CI
This also removes the deprecated `sudo: false` option, as Travis CI
is phasing out the container-based infrastructure.
2019-02-24 19:46:48 +01:00

12 lines
192 B
YAML

language: generic
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck ./mods
notifications:
email: false