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

View File

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