1
0
ミラー元 https://github.com/minetest/minetest_game.git 前回の同期 2025-07-02 23:00: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 行
192 B
YAML

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