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
1 changed files with 2 additions and 3 deletions

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