Skip to content

Commit

Permalink
Auto merge of #53035 - alexcrichton:debug-travis, r=kennytm
Browse files Browse the repository at this point in the history
travis: Attempt to debug shutdowns

These snippets recommend by Travis support
  • Loading branch information
bors committed Aug 4, 2018
2 parents c11f2d2 + 801ba8c commit 579adf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -218,6 +218,10 @@ before_install:
echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json;
sudo service docker restart;
fi
- date
- sudo atq || true
- sudo grep -rE 'shutdown|poweroff|halt' /var/spool/cron || true
- sudo grep -E 'google-clock-skew|ntpd|startup-script' /var/log/syslog || true

install:
- case "$TRAVIS_OS_NAME" in
Expand Down

0 comments on commit 579adf8

Please sign in to comment.