1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-01-14 22:18:43 +00:00

Try to get output right to travis.

This commit is contained in:
glucaci 2016-12-13 13:24:07 +01:00
parent 3c583ac552
commit db2643fc6e
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ sudo: required
mono: none
dotnet: 1.0.0-preview2-003131
script:
- dotnet restore && dotnet build **/project.json && dotnet test LibMpcTest/project.json
- dotnet restore
- dotnet build **/project.json
- dotnet test LibMpcTest/project.json
notifications:
email:false

View File

@ -22,7 +22,7 @@ namespace LibMpcTest
_mpc = new Mpc(new IPEndPoint(IPAddress.Loopback, 6600));
Console.WriteLine(_server.LogError);
Console.Out.WriteLine(_server.LogError);
var connected = _mpc.ConnectAsync().GetAwaiter().GetResult();
if (connected)