From 9efe1e7a41b0a2358378d04208f9fad0b6748438 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sun, 22 Mar 2015 14:04:51 +0100 Subject: [PATCH] CI section in the contributing guide --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1fcdfa..ab3cbf4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,17 @@ You can compile the various parsers/extensions by running: For more information about the available tasks, run `rake -T`. +## Continuous Integration + +Two continuous integration services are used to ensure the tests of Oga pass +at all times: + +* Travis CI: +* AppVeyor (Windows): + +Please note that I will not accept patches that break any tests unless stated +otherwise. + ## Extension Setup Oga uses native extensions for the XML lexer. This is due to Ruby sadly not