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 08b65f5 commit a3f5d45Copy full SHA for a3f5d45
.travis.yml
@@ -8,7 +8,7 @@ install:
8
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
9
script:
10
- xbuild /p:Configuration=Release CSharpHTTPClient/CSharpHTTPClient.sln
11
-- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll
+- mono -domain:None ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll
12
notifications:
13
hipchat:
14
rooms:
0 commit comments