Skip to content

Commit 984e764

Browse files
committedJun 28, 2017
Record some details to help with possible bad clocks
1 parent b689e46 commit 984e764

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,14 @@ before_script:
179179
fi
180180
fi
181181
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.
182184
script:
185+
- >
186+
date && curl -s --head https://google.com | grep ^Date: | sed 's/Date: //g'
183187
- stamp sh -x -c "$RUN_SCRIPT"
188+
- >
189+
date && curl -s --head https://google.com | grep ^Date: | sed 's/Date: //g'
184190
185191
after_success:
186192
- >

0 commit comments

Comments
 (0)