This commit is contained in:
NatureFreshMilk 2019-08-28 13:31:09 +02:00
commit 7c82376bf0
3 changed files with 18 additions and 2 deletions

2
.gitmodules vendored
View File

@ -300,7 +300,7 @@
url = https://github.com/minetest-mods/pontoons.git
[submodule "poshud"]
path = poshud
url = https://github.com/thomasrudin-mt/poshud.git
url = https://github.com/orwell96/poshud.git
[submodule "pvp_areas"]
path = pvp_areas
url = https://github.com/everamzah/pvp_areas.git

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: generic
services:
- docker
before_install:
- mkdir -p /tmp/mt/worlds/world
- chmod 777 /tmp/mt -Rv
- echo "enable_integration_test = true" > minetest.conf
- docker run --rm -it -v $(pwd)/minetest.conf:/etc/minetest/minetest.conf -v /tmp/mt:/var/lib/minetest/.minetest -v $(pwd):/var/lib/minetest/.minetest/worlds/world/worldmods registry.gitlab.com/minetest/minetest/server:5.0.1
script:
- test -f /tmp/mt/worlds/world/integration_test.json
notifications:
email: false

2
poshud

@ -1 +1 @@
Subproject commit bc5eabfcead50654e3aafa093c5bf0327fbda8ff
Subproject commit 7560274614c3beda9ec11503c416584473d96b1a