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.
这个提交包含在:
Hugo Locurcio 2019-02-24 19:46:14 +01:00
父节点 196f206d3e
当前提交 b38b5b2357
找不到此签名对应的密钥
GPG 密钥 ID: 39E8F8BE30B0A49C
共有 1 个文件被更改,包括 2 次插入3 次删除

查看文件

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