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