nunit / nunitv2

NUnit 2.x repository. NUnit V2 IS NO LONGER MAINTAINED OR UPDATED. Bugs should be reported in the main NUnit 3.0 repository.
https://github.com/nunit/nunit
Other
25 stars 26 forks source link

Feature ci builds #25

Closed CharliePoole closed 9 years ago

CharliePoole commented 9 years ago

This PR deals with CI builds for NUnit V2.

The initial set of commits creates a Travis-CI build containing the compile but not the test execution. Currently, there is an error preventing execution on Linux, which is not related to the build script itself.

I'm merging this change in and continuing to work in this branch to create an Appveyor build.