aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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