diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-20 16:12:53 -0800 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-20 16:12:53 -0800 |
commit | 08521e498eeac1f4fdf54e1953a6ac3c292271f5 (patch) | |
tree | ff454944bda7a8fd5ba78794efc82514f877ded2 /scripts | |
parent | 21e6d84ee8cfcdabe80b951d4f6cac83c6ff14fd (diff) |
Set timezone to GMT
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis/before-script.sh | 1 |
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 |