소스 검색

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