aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-20 16:12:53 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-20 16:12:53 -0800
commit08521e498eeac1f4fdf54e1953a6ac3c292271f5 (patch)
treeff454944bda7a8fd5ba78794efc82514f877ded2 /scripts/travis
parent21e6d84ee8cfcdabe80b951d4f6cac83c6ff14fd (diff)
Set timezone to GMT
Diffstat (limited to 'scripts/travis')
-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