Skip to content

Commit 43974b2

Browse files
committed
More debugging for travis shutting down
Requested by Travis!
1 parent b239743 commit 43974b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ after_success:
277277
du . | sort -nr | head -n100
278278
279279
after_failure:
280+
# Requested by travis to debug "shutting down NOW" errors
281+
- sudo tail -n 500 /var/log/syslog
280282
- >
281283
echo "#### Build failed; Disk usage after running script:";
282284
df -h;

0 commit comments

Comments
 (0)