From 3588f00c8e3c206bf8f8dd2ba0071079319e7509 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 29 Jun 2020 19:39:37 +0800 Subject: [PATCH] show date --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0256df7907..95fc398486 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ matrix: before_script: - sudo timedatectl set-timezone Asia/Harbin + - date - cd ${TRAVIS_BUILD_DIR} - mkdir debug - cd debug @@ -152,6 +153,7 @@ matrix: before_script: - sudo timedatectl set-timezone Asia/Harbin + - date - cd ${TRAVIS_BUILD_DIR} - mkdir debug - cd debug @@ -176,6 +178,7 @@ matrix: before_script: - sudo timedatectl set-timezone Asia/Harbin + - date - cd ${TRAVIS_BUILD_DIR} - mkdir debug - cd debug @@ -201,6 +204,7 @@ matrix: before_script: - sudo timedatectl set-timezone Asia/Harbin + - date - cd ${TRAVIS_BUILD_DIR} - mkdir debug - cd debug @@ -230,6 +234,7 @@ matrix: before_script: - sudo timedatectl set-timezone Asia/Harbin + - date - cd ${TRAVIS_BUILD_DIR} - mkdir debug - cd debug -- GitLab