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
コミット 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