diff --git a/.gitmodules b/.gitmodules index c24f0de..4c06d3f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c8f7c7e --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/poshud b/poshud index bc5eabf..7560274 160000 --- a/poshud +++ b/poshud @@ -1 +1 @@ -Subproject commit bc5eabfcead50654e3aafa093c5bf0327fbda8ff +Subproject commit 7560274614c3beda9ec11503c416584473d96b1a