Browse Source

Remove TESTDIRs that will always error

These are ones that have no linux-only tests we can run inside travis
Hamilton Turner 11 years ago
parent
commit
d7d211c3bb
1 changed files with 6 additions and 4 deletions
  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
     # we end up starting ~200+ different workers. Seems that ~100 is the limit
     # before their website starts to lag heavily
     # 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 
     #   cd frameworks 
     #   find . -type d -depth 2 | sed 's|./|    - "TESTDIR=|' | sed 's/$/"/g'
     #   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/duda"
     - "TESTDIR=C/onion"
     - "TESTDIR=C/onion"
     - "TESTDIR=C#/aspnet"
     - "TESTDIR=C#/aspnet"
-    - "TESTDIR=C#/aspnet-stripped"
+    # - "TESTDIR=C#/aspnet-stripped"
     - "TESTDIR=C#/evhttp-sharp"
     - "TESTDIR=C#/evhttp-sharp"
-    - "TESTDIR=C#/HttpListener"
+    # - "TESTDIR=C#/HttpListener"
     - "TESTDIR=C#/nancy"
     - "TESTDIR=C#/nancy"
     - "TESTDIR=C#/servicestack"
     - "TESTDIR=C#/servicestack"
     - "TESTDIR=C++/cpoll_cppsp"
     - "TESTDIR=C++/cpoll_cppsp"