about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 96163c75c9d..21877ecb43e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -179,8 +179,14 @@ before_script:
           fi
       fi
 
+# Log time information from this machine and an external machine for insight into possible
+# clock drift. Timezones don't matter since relative deltas give all the necessary info.
 script:
+  - >
+      date && curl -s --head https://google.com | grep ^Date: | sed 's/Date: //g'
   - stamp sh -x -c "$RUN_SCRIPT"
+  - >
+      date && curl -s --head https://google.com | grep ^Date: | sed 's/Date: //g'
 
 after_success:
   - >