1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 23:26:32 +09:00

Create .travis.yml

This commit is contained in:
Jamie Hankins
2015-02-02 02:00:48 +00:00
parent 5879fb641e
commit f3c63a2984

7
.travis.yml Normal file
View File

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