From 38a6c071e003983a79d284b722699a31c49d485d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 3 Aug 2014 21:42:42 -0500 Subject: [PATCH] Comment out curl call until we have example vhost. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c995850..2d65016 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,6 @@ script: && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1) - # Debugging. - - netstat -lntu - + # TODO - get the test working. Probably need to add a virtual host. # Request a page via Nginx, to make sure Nginx is running and responds. - - "curl http://localhost/" + # - "curl http://localhost/"