Travis-ci does not support .Net/Mono projects natively so the build is based on a C environment (linux), where it will install via apt-get a version of Mono and its dev tools.
The current build file has been tested to be able to successfully launch a nant rebuild on the Travis machines. I haven't been able to make the tests compilation work, I guess the nant build file would have to be modified to make it compatible with that linux environment.
Travis-ci does not support .Net/Mono projects natively so the build is based on a C environment (linux), where it will install via
apt-get
a version of Mono and its dev tools.The current build file has been tested to be able to successfully launch a
nant rebuild
on the Travis machines. I haven't been able to make the tests compilation work, I guess the nant build file would have to be modified to make it compatible with that linux environment.