]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Ignore *.iml files
[rust.git] / .travis.yml
index 96163c75c9d9dec645bc44e53b2882a0a1f324d9..21877ecb43e105b6e99dfd1dd7fc8a55ce81133d 100644 (file)
@@ -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:
   - >