b0ae488277
Use travis' container-based infrastructure (no sudo)
13 lines
216 B
YAML
13 lines
216 B
YAML
language: generic
|
|
sudo: false
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- luarocks
|
|
before_install:
|
|
- luarocks install --local luacheck
|
|
script:
|
|
- $HOME/.luarocks/bin/luacheck --no-color ./mods
|
|
notifications:
|
|
email: false
|