Skip to content

Commit

Permalink
Better travis build
Browse files Browse the repository at this point in the history
This should stop travis not failing maps with bad edits.
  • Loading branch information
optimumtact committed Jun 3, 2016
1 parent 8cdba4a commit e83d8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/build_byond.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ shopt -s globstar
if [ "$BUILD_TOOLS" = false ]; then
(! grep 'step_[xy]' _maps/**/*.dmm)
source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup
bash tools/travis/dm.sh -M${DM_MAPFILE} tgstation.dme
tools/travis/dm.sh -M${DM_MAPFILE} tgstation.dme
fi;

0 comments on commit e83d8da

Please sign in to comment.