Continuous Integration snippets

Hi,

Back in November, I reported a couple of snippets to do continuous 
integration on spec using Travis CI:
https://lists.w3.org/Archives/Public/spec-prod/2014OctDec/0067.html
https://lists.w3.org/Archives/Public/spec-prod/2014OctDec/0076.html

I have since added a couple more of those to some of my groups specs:
* 
https://github.com/dontcallmedom/mediacapture-main/blob/markupfix/.travis.yml 
which shows (in addition to ReSpec-errors detection and WebIDL checking):
   - link checking
   - markup validation

* https://github.com/w3c/mediacapture-output/pull/13/files shows how to 
deal with links that the linkchecker module erroneously reports as 
broken (because they rely on JavaScript for fragment interpretation)

I'm still hoping to work at some point on facilitating the management of 
these CI rules across repos.

Dom

Received on Wednesday, 11 February 2015 11:30:33 UTC