We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b689e46 commit 984e764Copy full SHA for 984e764
.travis.yml
@@ -179,8 +179,14 @@ before_script:
179
fi
180
181
182
+# Log time information from this machine and an external machine for insight into possible
183
+# clock drift. Timezones don't matter since relative deltas give all the necessary info.
184
script:
185
+ - >
186
+ date && curl -s --head https://google.com | grep ^Date: | sed 's/Date: //g'
187
- stamp sh -x -c "$RUN_SCRIPT"
188
189
190
191
after_success:
192
- >
0 commit comments