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.
Cette révision appartient à :
Hugo Locurcio 2019-02-24 19:46:14 +01:00
Parent 196f206d3e
révision b38b5b2357
Signature inconnue de Gitea
ID de la clé GPG: 39E8F8BE30B0A49C
1 fichiers modifiés avec 2 ajouts et 3 suppressions

Voir le fichier

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