[PR #2287] [MERGED] Add minecraft test to travis #3571

Closed
opened 2026-02-27 03:55:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/2287
Author: @dgibbs64
Created: 4/9/2019
Status: Merged
Merged: 4/9/2019
Merged by: @dgibbs64

Base: developHead: feature/travis-mcserver


📝 Commits (10+)

  • 30c63a7 feat(travis-ci): add minecraft test
  • 561306e Merge branch 'develop' into feature/travis-mcserver
  • 5e10c45 Merge branch 'develop' into feature/travis-mcserver
  • 238f822 update MIT Licence date
  • 0b4d292 feat(travis): depricate travis-ci shellcheck
  • 32bbe9d add sleep timer to allow server to fully start
  • 056589e added 30s pause
  • 2a10aac Merge branch 'develop' into feature/travis-mcserver
  • ea6b395 increased to 60s
  • a6462ef added insert IP

📊 Changes

9 files changed (+1086 additions, -22 deletions)

View changed files

📝 .travis.yml (+5 -3)
📝 lgsm/functions/install_server_files.sh (+1 -1)
📝 lgsm/functions/update_minecraft.sh (+2 -3)
📝 linuxgsm.sh (+2 -2)
📝 tests/tests_fctrserver.sh (+11 -3)
📝 tests/tests_jc2server.sh (+9 -5)
tests/tests_mcserver.sh (+1043 -0)
📝 tests/tests_shellcheck.sh (+2 -2)
📝 tests/tests_ts3server.sh (+11 -3)

📄 Description

Description

Add Minecraft test to Travis

Fixes #2288

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • New Server (new server added)
  • Refactor (restructures existing code)
  • This change requires a documentation update

Checklist

  • My code follows the style guidelines of this project
  • This pull request links to an issue
  • This pull request uses the develop branch as its base
  • I have performed a self-review of my own code
  • I have squashed commits
  • I have commented my code, particularly in hard to understand areas
  • I have made corresponding changes to the documentation if required

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/2287 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 4/9/2019 **Status:** ✅ Merged **Merged:** 4/9/2019 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `develop` ← **Head:** `feature/travis-mcserver` --- ### 📝 Commits (10+) - [`30c63a7`](https://github.com/GameServerManagers/LinuxGSM/commit/30c63a7f822c256f736bd3d9bff0b9aadb67321b) feat(travis-ci): add minecraft test - [`561306e`](https://github.com/GameServerManagers/LinuxGSM/commit/561306e9dc5e07a7c7acdb9bc14b461899d62596) Merge branch 'develop' into feature/travis-mcserver - [`5e10c45`](https://github.com/GameServerManagers/LinuxGSM/commit/5e10c45dc0d467b2772d9faac8c42987e0d59a47) Merge branch 'develop' into feature/travis-mcserver - [`238f822`](https://github.com/GameServerManagers/LinuxGSM/commit/238f82251350f5441b78868e1a8375ecd6fcc6db) update MIT Licence date - [`0b4d292`](https://github.com/GameServerManagers/LinuxGSM/commit/0b4d2927f549f11e31c0c146d2ad719350f6388f) feat(travis): depricate travis-ci shellcheck - [`32bbe9d`](https://github.com/GameServerManagers/LinuxGSM/commit/32bbe9d696e540c1400c21028843fec98e7afedf) add sleep timer to allow server to fully start - [`056589e`](https://github.com/GameServerManagers/LinuxGSM/commit/056589efc4037e1b5cba89ca435c3ba7fa51100b) added 30s pause - [`2a10aac`](https://github.com/GameServerManagers/LinuxGSM/commit/2a10aac11c965c20c0fb2720c1a5b7cbed8213ff) Merge branch 'develop' into feature/travis-mcserver - [`ea6b395`](https://github.com/GameServerManagers/LinuxGSM/commit/ea6b3952df6cabde08439a4fca1995fa6410609f) increased to 60s - [`a6462ef`](https://github.com/GameServerManagers/LinuxGSM/commit/a6462efc44c84e8dda01b871edc6ccc0bf53f55b) added insert IP ### 📊 Changes **9 files changed** (+1086 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+5 -3) 📝 `lgsm/functions/install_server_files.sh` (+1 -1) 📝 `lgsm/functions/update_minecraft.sh` (+2 -3) 📝 `linuxgsm.sh` (+2 -2) 📝 `tests/tests_fctrserver.sh` (+11 -3) 📝 `tests/tests_jc2server.sh` (+9 -5) ➕ `tests/tests_mcserver.sh` (+1043 -0) 📝 `tests/tests_shellcheck.sh` (+2 -2) 📝 `tests/tests_ts3server.sh` (+11 -3) </details> ### 📄 Description # Description Add Minecraft test to Travis Fixes #2288 ## Type of change * [ ] Bug fix (change which fixes an issue) * [x] New feature (change which adds functionality) * [ ] New Server (new server added) * [x] Refactor (restructures existing code) * [ ] This change requires a documentation update ## Checklist * [x] My code follows the style guidelines of this project * [x] This pull request links to an issue * [x] This pull request uses the `develop` branch as its base * [ ] I have performed a self-review of my own code * [ ] I have squashed commits * [ ] I have commented my code, particularly in hard to understand areas * [ ] I have made corresponding changes to the documentation if required --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 03:55:00 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#3571
No description provided.