diff --git a/.travis.yml b/.travis.yml index 79bc81d..426b691 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp solution: Fos.sln install: - nuget restore Fos.sln - - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner + - nuget install NUnit.ConsoleRunner -Version 3.7.0 -OutputDirectory testrunner script: - xbuild /p:Configuration=Release Fos.sln - - mono ./testrunner/NUnit.Console.3.7.0/tools/nunit-console.exe ./Fos.Tests/bin/Release/Fos.Tests.dll \ No newline at end of file + - mono ./testrunner/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe ./Fos.Tests/bin/Release/Fos.Tests.dll \ No newline at end of file diff --git a/packages.config b/packages.config deleted file mode 100644 index aeab12a..0000000 --- a/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file