danbarua / NEventSocket

A reactive FreeSwitch eventsocket library for Modern .Net
Mozilla Public License 2.0
74 stars 37 forks source link

Cleanup #43

Closed pragmatrix closed 8 years ago

pragmatrix commented 8 years ago

This PR removes the NuGet packages and normalizes the line endings for the remaining two files. Fixes #42.

danbarua commented 8 years ago

Woops, we need the /.nuget folder for the Mono build on Travis Otherwise LGTM.

(We need the mono build on Travis because AppVeyor chokes on tests with lots of async.)

pragmatrix commented 8 years ago

I've fixed travis nuget restore and the xunit test-runner dependency, but three of the tests fail now. Any ideas?

danbarua commented 8 years ago

It could just be a transient timeout, I've not seen them on Travis up til now, only AppVeyor.

danbarua commented 8 years ago

:shipit: Great, thanks for the PR! :+1:

pragmatrix commented 8 years ago

YW!, and I tried the commit before this PR. It also had 2 failures: https://travis-ci.org/pragmatrix/NEventSocket/builds/137848571