We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948e3a3 commit b8cd6e5Copy full SHA for b8cd6e5
.travis.yml
@@ -275,11 +275,12 @@ after_failure:
275
- ls -lat $HOME/Library/Logs/DiagnosticReports/
276
- find $HOME/Library/Logs/DiagnosticReports
277
-type f
278
+ -name '*.crash'
279
-not -name '*.stage2-*.crash'
280
-not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash'
281
-exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \;
282
-exec head -750 {} \;
- -exec echo travis_fold":"end:crashlog \;
283
+ -exec echo travis_fold":"end:crashlog \; || true
284
285
# attempt to debug anything killed by the oom killer on linux, just to see if
286
# it happened
0 commit comments