We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfdaba commit eee10ccCopy full SHA for eee10cc
.travis.yml
@@ -253,7 +253,14 @@ after_failure:
253
254
# Random attempt at debugging currently. Just poking around in here to see if
255
# anything shows up.
256
- - ls $HOME/Library/Logs/DiagnosticReports/
+ - ls -lat $HOME/Library/Logs/DiagnosticReports/
257
+ - find $HOME/Library/Logs/DiagnosticReports/ ! \(
258
+ -name '*.stage2-*.crash'
259
+ -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash'
260
+ \)
261
+ -exec echo -e travis_fold":start:crashlog\n\033[31;1m" {} "\033[0m" \;
262
+ -exec head -750 {} \;
263
+ -exec echo travis_fold":"end:crashlog \;
264
265
# attempt to debug anything killed by the oom killer on linux, just to see if
266
# it happened
0 commit comments