Merge pull request #2322 from Calinou/travis-luacheck-color
Enable colored Luacheck output on Travis CI
This commit is contained in:
commit
a81a7e0c78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue