From adbbe6320300a30c879fae450613c359a020e872 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Tue, 14 Apr 2015 16:04:58 +0200 Subject: [PATCH] Updates the BYOND compiler version used by Travis. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1e3e6fd726..9d86d85229f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: c env: - BYOND_MAJOR="503" - BYOND_MINOR="1224" + BYOND_MAJOR="507" + BYOND_MINOR="1282" before_install: - sudo apt-get update -qq