aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-20 16:38:47 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-20 16:38:47 -0800
commit5eb43d1372a5745e4896e96a4292516d52c647ec (patch)
tree61a786579b6218af2b4848fdd0e018de81f4a2a0 /scripts/travis
parent08521e498eeac1f4fdf54e1953a6ac3c292271f5 (diff)
Set timezone to Pacific time
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/before-script.sh2
1 files changed, 1 insertions, 1 deletions
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