From 765c6f9b952cec2318c1e01b173497578eefb9c8 Mon Sep 17 00:00:00 2001 From: Alffd Date: Sun, 31 Dec 2017 13:45:52 -0500 Subject: [PATCH 1/2] Change TravisCI tests to stable branch Changes Travis build test from unstable to stable branch to reflect current server version. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 199d5f4e395d..dc1242304b09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ git: env: global: - BYOND_MAJOR="512" - - BYOND_MINOR="1395" + - BYOND_MINOR="1385" - BYOND_MACRO_COUNT=2 matrix: - DM_MAPFILE="cyberiad" @@ -46,4 +46,4 @@ matrix: - shopt -s globstar - (! grep 'step_[xy]' _maps/map_files/**/*.dmm) - md5sum -c - <<< "6dc1b6bf583f3bd4176b6df494caa5f1 *html/changelogs/example.yml" - - python tools/ss13_genchangelog.py html/changelog.html html/changelogs \ No newline at end of file + - python tools/ss13_genchangelog.py html/changelog.html html/changelogs From 45fdf27d89f225b2ee97591860c653e44ed469e0 Mon Sep 17 00:00:00 2001 From: Alffd Date: Sun, 31 Dec 2017 16:26:53 -0500 Subject: [PATCH 2/2] Fix major version number --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc1242304b09..eaa289e5cc78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ git: env: global: - - BYOND_MAJOR="512" + - BYOND_MAJOR="511" - BYOND_MINOR="1385" - BYOND_MACRO_COUNT=2 matrix: