0
comment
comment
on 3/22/2015 12:16 PM
I’ve used travis to test C# projects for a few years now. It has been a bit of a pain to get it working (read custom ppa or setting language to objective c and downloading and installing package intended for xamarin studio).
I feel that good things happen because people have more confidence in mono.
How do you test your projects on travis? Read the travis documentation or look at how I have done it in for example with. I’m using ruby to build C# since it’s cross-platform. You can substitute rake for grun[...]