CI section in the contributing guide

This commit is contained in:
Yorick Peterse 2015-03-22 14:04:51 +01:00
parent ffe24bd991
commit 9efe1e7a41
1 changed files with 11 additions and 0 deletions

View File

@ -39,6 +39,17 @@ You can compile the various parsers/extensions by running:
For more information about the available tasks, run `rake -T`. 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: <https://travis-ci.org/YorickPeterse/oga>
* AppVeyor (Windows): <https://ci.appveyor.com/project/YorickPeterse/oga>
Please note that I will not accept patches that break any tests unless stated
otherwise.
## Extension Setup ## Extension Setup
Oga uses native extensions for the XML lexer. This is due to Ruby sadly not Oga uses native extensions for the XML lexer. This is due to Ruby sadly not