소스 검색

Remove TESTDIRs that will always error

These are ones that have no linux-only tests we can run inside travis
Hamilton Turner 11 년 전
부모
커밋
d7d211c3bb
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      .travis.yml

+ 6 - 4
.travis.yml

@@ -18,16 +18,18 @@ env:
     # we end up starting ~200+ different workers. Seems that ~100 is the limit
     # before their website starts to lag heavily
     #
-    # Here's the bash if you need to update this: 
+    # Here's the bash if you need to update this. Be sure to maintain the 
+    # lines that are currently commented out (these cannot run in Travis)
     #   cd frameworks 
     #   find . -type d -depth 2 | sed 's|./|    - "TESTDIR=|' | sed 's/$/"/g'
-    # Be sure to manually go through and add back in the commented values rows
+    #
+    #  
     - "TESTDIR=C/duda"
     - "TESTDIR=C/onion"
     - "TESTDIR=C#/aspnet"
-    - "TESTDIR=C#/aspnet-stripped"
+    # - "TESTDIR=C#/aspnet-stripped"
     - "TESTDIR=C#/evhttp-sharp"
-    - "TESTDIR=C#/HttpListener"
+    # - "TESTDIR=C#/HttpListener"
     - "TESTDIR=C#/nancy"
     - "TESTDIR=C#/servicestack"
     - "TESTDIR=C++/cpoll_cppsp"