fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Add Travis CS integration #47

Closed DinisCruz closed 9 years ago

DinisCruz commented 9 years ago

Once FluentSharp is compiling ok on OSX and Mono, see if we can make it run on Travis: https://github.com/o2platform/FluentSharp/issues/46

DinisCruz commented 9 years ago

Nice, after adding the travis.yml file (based on this SO answer), it executed first time :)

https://travis-ci.org/o2platform/FluentSharp/builds/45200664

image

As per the local errors that can be see at https://github.com/o2platform/FluentSharp/issues/46#issuecomment-68171464, here are the expected travis UnitTest execution errors

image

DinisCruz commented 9 years ago

done for commits:

image

and PRs:

image