浏览代码

Debugging for tests.

Jeff Geerling 11 年之前
父节点
当前提交
8b2dadc854
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis.yml

+ 3 - 0
.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/"