From cc0220a9bf4c9caf98df56a2ce0114084d20362d Mon Sep 17 00:00:00 2001 From: Jamie Hankins Date: Mon, 2 Feb 2015 02:06:07 +0000 Subject: [PATCH] Remove Console.ReadKey() from the UnitTest program This stops it from hanging on the Travis build --- UnitTests/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/UnitTests/Program.cs b/UnitTests/Program.cs index 8ecc7f4..da0965f 100644 --- a/UnitTests/Program.cs +++ b/UnitTests/Program.cs @@ -61,7 +61,6 @@ namespace UnitTests } Console.WriteLine("Done"); - Console.ReadKey(); } ///