From 72e01bc29a12647c51a394fe46c35ddefeb163ef Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Fri, 5 Dec 2014 17:54:32 +0000 Subject: [PATCH] Change the map file(s) that Travis checks, ensure it errors if one or more is not present --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5895a706b1..4171bbe84a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,5 @@ install: - cd .. script: - - (! grep -q 'step_[xy]' maps/tgstation2.dmm) + - $(for i in 1 2 3 4 5 6; do (grep -q 'step_[xy]' maps/exodus-$i.dmm; if [ $? -eq 1 ]; then exit 0; else exit 1; fi) done) - DreamMaker baystation12.dme