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