From b036d31d0146f9006189eef2c50a42ae42f7b945 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 19 Sep 2017 11:15:03 -0400 Subject: [PATCH] The one time I don't need tabs --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3cd01e65a..8d0c6210b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,13 @@ env: global: - BYOND_MAJOR="511" - BYOND_MINOR="1385" - + cache: directories: - $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR} install: - - install_byond.sh + - install_byond.sh -build: - - build_byond.sh +script: + - build_byond.sh