1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-27 22:30:18 +02:00

Merge pull request #2322 from Calinou/travis-luacheck-color

Enable colored Luacheck output on Travis CI
This commit is contained in:
sfan5 2019-07-17 00:38:30 +02:00 committed by GitHub
commit a81a7e0c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
language: generic
sudo: false
addons:
apt:
packages:
@ -7,6 +6,6 @@ addons:
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck --no-color ./mods
- $HOME/.luarocks/bin/luacheck ./mods
notifications:
email: false