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/"