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 b6ca196 commit 7a2171fCopy full SHA for 7a2171f
.travis.yml
@@ -2,7 +2,7 @@ language : csharp
2
solution : ApiSecuritySolution.sln
3
install:
4
- nuget restore ApiSecuritySolution.sln
5
- - nuget install NUnit.Runners -Version 3.9.0 -OutputDirectory testrunner
+ - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
6
script:
7
- xbuild /p:Configuration=Release ApiSecuritySolution.sln
8
- - mono ./testrunner/NUnit.Runners.3.9.0/tools/nunit-console.exe ./ApiUtilLibTest/bin/Debug/ApexUtilLibTest.dll
+ - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./ApiUtilLibTest/bin/Debug/ApexUtilLibTest.dll
0 commit comments