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 2b4fa30 commit dddabafCopy full SHA for dddabaf
.travis.yml
@@ -7,7 +7,7 @@ install:
7
- nuget restore CSharpHTTPClient/CSharpHTTPClient.sln
8
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
9
script:
10
-- xbuild /p:Configuration=BuildNet45 CSharpHTTPClient/CSharpHTTPClient.sln
+- xbuild /p:Configuration=Release CSharpHTTPClient/CSharpHTTPClient.sln
11
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll
12
notifications:
13
hipchat:
0 commit comments