|
@@ -6,16 +6,16 @@ python:
|
|
|
|
|
|
env:
|
|
env:
|
|
matrix:
|
|
matrix:
|
|
- Group tests by directory to logically break up travis-CI build. Otherwise
|
|
|
|
- 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. 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'
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ #Group tests by directory to logically break up travis-CI build. Otherwise
|
|
|
|
+ #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. 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'
|
|
|
|
+ #
|
|
|
|
+ #
|
|
- "TESTDIR=C/lwan"
|
|
- "TESTDIR=C/lwan"
|
|
- "TESTDIR=C/duda"
|
|
- "TESTDIR=C/duda"
|
|
- "TESTDIR=C/haywire"
|
|
- "TESTDIR=C/haywire"
|