There have been a few recent "close calls" on changes that would have broken the C# bindings on Windows. To help avoid this, I'd like to start running the C# tests on a Travis Windows agent.
I've submitted AVRO-2467 <https://issues.apache.org/jira/browse/AVRO-2467> and PR #579 <https://github.com/apache/avro/pull/579> to address this new feature. In my PR, the two original build environments work the same as before. However, they are launched from new Travis scripts rather than directly from the .travis.yml. The Windows environment only runs the C# tests at this time. While I've only got this specialized for the Windows C# build right now, I imagine this could be further expanded in the future to test other environments easily. I appreciate any feedback that anyone is willing to share. Thanks, -- [image: 51b630b05e01a6d5134ccfd520f547c4.png] Brian Lachniet Software Engineer E: [email protected] | blachniet.com <http://www.blachniet.com> <https://twitter.com/blachniet> <http://www.linkedin.com/in/blachniet>
