From 8b2dadc8540a59219a2887fb8e753ee70c0da4b4 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 3 Aug 2014 21:37:48 -0500 Subject: [PATCH] Debugging for tests. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 06cede8..c995850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,5 +30,8 @@ script: && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1) + # Debugging. + - netstat -lntu + # Request a page via Nginx, to make sure Nginx is running and responds. - "curl http://localhost/"