mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-22 15:00:18 +01:00
Use travis' container-based infrastructure (#1314)
Use travis' container-based infrastructure (no sudo)
This commit is contained in:
parent
0bd2efcfc1
commit
b0ae488277
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…
Reference in New Issue
Block a user