Mention Travis and Appveyor in CONTRIBUTING
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/48b9c3b0 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/48b9c3b0 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/48b9c3b0 Branch: refs/heads/master Commit: 48b9c3b011662a4f749d40f5f6478e9496eb0ec0 Parents: 94fb500 Author: Nick Wellnhofer <[email protected]> Authored: Sat Jul 11 18:36:18 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Jul 11 18:36:18 2015 +0200 ---------------------------------------------------------------------- CONTRIBUTING | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/48b9c3b0/CONTRIBUTING ---------------------------------------------------------------------- diff --git a/CONTRIBUTING b/CONTRIBUTING index 967353a..baac4de 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -31,6 +31,11 @@ MAKE CHANGES: Edit the source code as you see fit, then build Lucy and run its test suite. + Lucy supports continuous integration services Travis and Appveyor + to run tests under multiple host languages, host language versions, and + platforms. If you fork the Github repository, you can make these services + automatically test the changes you made in your fork. + Please bear the following in mind: * All code will eventually need to be portable to multiple operating
