diff --git a/.travis.yml b/.travis.yml index d9cb052d..c6bff4b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: csharp solution: ds3_net_sdk.sln script: - xbuild /p:Configuration=Release ds3_net_sdk.sln - - mono ./packages/NUnit.Runners.2.6.3/tools/nunit-console.exe ./TestDs3/bin/Release/TestDs3.dll + - mono ./packages/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe ./TestDs3/bin/Release/TestDs3.dll