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:
parent
3c583ac552
commit
db2643fc6e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user