[email protected] writes: > From: Lars Schneider <[email protected]> > > Build documentation as separate Travis CI job to check for > documentation errors. > > Signed-off-by: Lars Schneider <[email protected]> > --- > .travis.yml | 15 +++++++++++++++ > ci/test-documentation.sh | 14 ++++++++++++++ > 2 files changed, 29 insertions(+) > create mode 100755 ci/test-documentation.sh > > diff --git a/.travis.yml b/.travis.yml > index 78e433b..55299bd 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -32,6 +32,21 @@ env: > # t9816 occasionally fails with "TAP out of sequence errors" on Travis > CI OS X > - GIT_SKIP_TESTS="t9810 t9816"
Completely offtopic, but this looks like this is made to apply to all archs, not limited to OSX? It of course would be ideal to see why they fail only on OSX and fix them, but shouldn't the blacklist at least limited to the platform with the problem? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

