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.
This commit is contained in:
Hugo Locurcio 2019-02-24 19:46:14 +01:00
bovenliggende 196f206d3e
commit b38b5b2357
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: 39E8F8BE30B0A49C
1 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen

Bestand weergeven

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