Merge pull request #4726 from Citadel-Station-13/upstream-merge-34201

[MIRROR] Fixes BUILD_TESTING logic being inverted
This commit is contained in:
deathride58
2018-01-10 19:48:21 +00:00
committed by GitHub
+2 -2
View File
@@ -24,8 +24,8 @@ if [ "$BUILD_TOOLS" = false ]; then
source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup
if [ "$BUILD_TESTING" = true ]; then
tools/travis/dm.sh -DTRAVISBUILDING tgstation.dme
else
tools/travis/dm.sh -DTRAVISBUILDING -DTRAVISTESTING -DALL_MAPS tgstation.dme
else
tools/travis/dm.sh -DTRAVISBUILDING tgstation.dme
fi;
fi;