mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
Added Travis check for uniformity
This commit is contained in:
parent
cfbbc5548e
commit
e237d0eb42
@ -369,6 +369,9 @@ else
|
||||
if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then
|
||||
fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "chmodx" "norun" "noforcedl" "nomd5"
|
||||
fi
|
||||
getopt=$1
|
||||
core_getopt.sh
|
||||
# Prevents running of core_exit.sh for Travis.
|
||||
if [ "${travistest}" != "1" ]; then
|
||||
getopt=$1
|
||||
core_getopt.sh
|
||||
fi
|
||||
fi
|
Loading…
Reference in New Issue
Block a user