1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

Merge pull request #5 from JamieH/master

Travis support
This commit is contained in:
lidgren
2015-02-02 10:30:18 +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>