From 08521e498eeac1f4fdf54e1953a6ac3c292271f5 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Thu, 20 Nov 2014 16:12:53 -0800 Subject: Set timezone to GMT --- scripts/travis/before-script.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/travis') diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh index 2371f5a3..24b34f16 100755 --- a/scripts/travis/before-script.sh +++ b/scripts/travis/before-script.sh @@ -2,6 +2,7 @@ set -e if test x"`uname`" = xDarwin ; then + sudo systemsetup -settimezone GMT brew update # brew install cmake elif test x"`uname`" = xLinux ; then -- cgit v1.2.3