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 language: generic
sudo: false
addons: addons:
apt: apt:
packages: packages:
- luarocks - luarocks
before_install: before_install:
- luarocks install --local luacheck - luarocks install --local luacheck
script: script:
- $HOME/.luarocks/bin/luacheck --no-color ./mods - $HOME/.luarocks/bin/luacheck ./mods
notifications: notifications:
email: false email: false