From 47f62d98d78c2a78af7e6f80001e8b22f95ef787 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Mon, 5 Nov 2018 13:51:32 -0500 Subject: [PATCH] Don't alter travis pls --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 656cec722a..478896d7b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: false env: global: - BYOND_MAJOR="512" - - BYOND_MINOR="1414" + - BYOND_MINOR="1453" - 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