aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/before-script.sh1
1 files changed, 1 insertions, 0 deletions
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