From f561e483aa048f53fdf76df4cdf9070b94bffd42 Mon Sep 17 00:00:00 2001 From: tritoch Date: Thu, 13 Jul 2017 15:37:57 -0500 Subject: [PATCH] Debug travis timeout (#121) * travis debug * Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b3e5642d..3d4986f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ script: bash ./.travis/deploy.sh after_script: - sleep 10 # helps travis finish logging + - ps -A + - sleep 30 + - ps -A notifications: email: false