From bbe9d17106f51d075b1fb578fe7fa2ac871726d0 Mon Sep 17 00:00:00 2001 From: CHOMPstation <35572256+CHOMPstation@users.noreply.github.com> Date: Mon, 26 Aug 2019 04:37:58 +0100 Subject: [PATCH] Attempt to fix Travis's unit test failure Something about corrupted map data, perhaps version maybe the issue. Updating to the version I use locally may fix this. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2559dcab32..9cb17b51c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: false env: global: - BYOND_MAJOR="512" - - BYOND_MINOR="1412" + - BYOND_MINOR="1448" - MACRO_COUNT=4 matrix: - TEST_DEFINE="MAP_TEST" TEST_FILE="code/_map_tests.dm" RUN="0" @@ -49,4 +49,4 @@ script: - echo "#define ${TEST_DEFINE} 1" > ${TEST_FILE} - DreamMaker vorestation.dme - if [ $RUN -eq 1 ]; then DreamDaemon vorestation.dmb -invisible -trusted -core 2>&1 | tee log.txt; fi - - if [ $RUN -eq 1 ]; then grep "All Unit Tests Passed" log.txt; fi \ No newline at end of file + - if [ $RUN -eq 1 ]; then grep "All Unit Tests Passed" log.txt; fi