From e152cfd10faa9a8366ecac2d0e08178a88703549 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Sat, 12 Dec 2015 17:47:19 -0800 Subject: [PATCH] Forcing travis VM to western most date and echo a Travis date to catch it on log --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 578da9f7f..c458c24ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,10 @@ env: - TRAVIS_TAG=$(curl --fail --user ${GH_API_USER} -s https://api.github.com/repos/getgrav/grav/releases/latest | grep tag_name | head -n 1 | cut -d '"' -f 4) before_install: + - export TZ=Pacific/Honolulu - composer self-update - go get github.com/aktau/github-release + - echo "Travis Date: `date`" - git clone --quiet --depth=50 --branch=master https://${BB_TOKEN}bitbucket.org/rockettheme/grav-devtools.git $RT_DEVTOOLS &>/dev/null; - if [ ! -z "$TRAVIS_TAG" ]; then cd "${RT_DEVTOOLS}";