Skip to content
Snippets Groups Projects
Unverified Commit b38b5b23 authored by Hugo Locurcio's avatar Hugo Locurcio
Browse files

Enable colored Luacheck output on Travis CI

This also removes the deprecated `sudo: false` option, as Travis CI
is phasing out the container-based infrastructure.
parent 196f206d
No related branches found
No related tags found
No related merge requests found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment