mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Use travis' container-based infrastructure (#1314)
Use travis' container-based infrastructure (no sudo)
This commit is contained in:
parent
0bd2efcfc1
commit
b0ae488277
1 changed files with 10 additions and 12 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,14 +1,12 @@
|
||||||
language: generic
|
language: generic
|
||||||
|
sudo: false
|
||||||
branches:
|
addons:
|
||||||
only:
|
apt:
|
||||||
- master
|
packages:
|
||||||
|
- luarocks
|
||||||
sudo: required
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- luarocks install --local luacheck
|
||||||
- sudo apt-get install -y luarocks
|
script:
|
||||||
- sudo luarocks install luacheck
|
- $HOME/.luarocks/bin/luacheck --no-color ./mods
|
||||||
|
notifications:
|
||||||
script: luacheck --no-color ./mods
|
email: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue