Skip to content

Commit

Permalink
Merge pull request #2322 from Calinou/travis-luacheck-color
Browse files Browse the repository at this point in the history
Enable colored Luacheck output on Travis CI
  • Loading branch information
sfan5 committed Jul 16, 2019
2 parents 9b226c7 + b38b5b2 commit a81a7e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -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

0 comments on commit a81a7e0

Please sign in to comment.