Re: [PATCH v4 2/2] travis-ci: build documentation
From: Junio C Hamano <hidden>
Date: 2016-06-16 02:19:17
larsxschneider@gmail.com writes:
quoted hunk
From: Lars Schneider <redacted> Build documentation as separate Travis CI job to check for documentation errors. Signed-off-by: Lars Schneider <redacted> --- .travis.yml | 15 +++++++++++++++ ci/test-documentation.sh | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100755 ci/test-documentation.shdiff --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?