forked from minetest/minetest_game
b38b5b2357
This also removes the deprecated `sudo: false` option, as Travis CI is phasing out the container-based infrastructure.
12 lines
192 B
YAML
12 lines
192 B
YAML
language: generic
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- luarocks
|
|
before_install:
|
|
- luarocks install --local luacheck
|
|
script:
|
|
- $HOME/.luarocks/bin/luacheck ./mods
|
|
notifications:
|
|
email: false
|