From ef960fc85d8af4924ccf3cd0e6ab92d5bc238853 Mon Sep 17 00:00:00 2001 From: JJRcop Date: Sat, 15 Oct 2016 03:24:37 -0400 Subject: [PATCH] BYOND_MINOR travis.yml whoa what the hell we've been testing with an older version this whole time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b9aa939f05..6d9bd5ac5d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false env: global: - BYOND_MAJOR="510" - - BYOND_MINOR="1332" + - BYOND_MINOR="1347" - NODE_VERSION="4" - BUILD_TOOLS=false - DM_MAPFILE=""