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.
Esse commit está contido em:
Hugo Locurcio 2019-02-24 19:46:14 +01:00
commit b38b5b2357
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 39E8F8BE30B0A49C
1 arquivos alterados com 2 adições e 3 exclusões

Ver arquivo

@ -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