diff --git a/.travis.yml b/.travis.yml index ab5a28a..115d2b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/LibMpcTest/LibMpcTest.cs b/LibMpcTest/LibMpcTest.cs index 8f85594..6f5c74c 100644 --- a/LibMpcTest/LibMpcTest.cs +++ b/LibMpcTest/LibMpcTest.cs @@ -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)