Mention Travis and Appveyor in CONTRIBUTING
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/6608f2b0 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/6608f2b0 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/6608f2b0 Branch: refs/heads/master Commit: 6608f2b05d3815b16876ae45aee2d16ba073fd00 Parents: 4806ee9 Author: Nick Wellnhofer <[email protected]> Authored: Sat Jul 11 18:32:58 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Jul 11 18:32:58 2015 +0200 ---------------------------------------------------------------------- CONTRIBUTING | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/6608f2b0/CONTRIBUTING ---------------------------------------------------------------------- diff --git a/CONTRIBUTING b/CONTRIBUTING index 3ca8f14..10c92d9 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -31,6 +31,11 @@ MAKE CHANGES: Edit the source code as you see fit, then build and run tests. + Clownfish 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
