From ae2a49d613c86e61295ab54bc0fe034f14159b32 Mon Sep 17 00:00:00 2001 From: Marcos Meli Date: Tue, 16 Feb 2016 15:39:19 -0300 Subject: [PATCH] Using New Nunit Runners --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d170ca9..6a7db3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: csharp solution: Docnet.sln install: - nuget restore Docnet.sln - - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner + - nuget install NUnit.Runners -Version 3.0.1 -OutputDirectory testrunner script: - xbuild /p:Configuration=Debug Docnet.sln - - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./src/MarkdownDeepTests/bin/Debug/MarkdownDeepTests.dll + - mono ./testrunner/NUnit.Runners.3.0.1/tools/nunit-console.exe ./src/MarkdownDeepTests/bin/Debug/MarkdownDeepTests.dll