We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2004b commit 53e2734Copy full SHA for 53e2734
.travis.yml
@@ -5,4 +5,4 @@ install:
5
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory testrunner
6
script:
7
- xbuild /p:Configuration=Release LangUkDotNet.sln
8
- - mono ./testrunner/NUnit.Runners.3.2.1/tools/nunit-console.exe ./LangUkDotNet.Tests/bin/Release/LangUkDotNet.Tests.dll
+ - mono ./testrunner/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./LangUkDotNet.Tests/bin/Release/LangUkDotNet.Tests.dll
0 commit comments