Configure travis to install mono and run the C# tests from within the… #151
Reference in New Issue
Block a user
No description provided.
Delete Branch "csharp-travis-pr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
… Gruntfile
This PR shows my first attempt to automatically build and run the C# tests with travis (#142), but reverts to the legacy infrastructure of travis-ci, because it requires sudo support. The primary reason is that the packages
referenceassemblies-pcl
andnunit
are not whitelisted yet.Travis is passing. Do you want it merged in?
Nice job, looks good to me :-)
Ok, then I want it merged in. I wasn't so sure before @ColinEberhardt responded ;) Thanks.
Awesome - thanks @pragmatrix