1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 07:06:30 +09:00
This commit is contained in:
Michael Lidgren
2015-02-04 08:57:14 +01:00
2 changed files with 7 additions and 1 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: csharp
solution: Lidgren.Network.sln
install:
- nuget restore Lidgren.Network.sln
script:
- xbuild /p:Configuration=Release Lidgren.Network.sln
- mono ./UnitTests/bin/Release/UnitTests.exe

View File

@@ -61,7 +61,6 @@ namespace UnitTests
}
Console.WriteLine("Done");
Console.ReadKey();
}
/// <summary>