We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9fe8c commit cc95be5Copy full SHA for cc95be5
.travis.yml
@@ -7,8 +7,8 @@ install:
7
- nuget restore CSharpHTTPClient/CSharpHTTPClient.sln
8
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
9
script:
10
-- xbuild /p:Configuration=Debug CSharpHTTPClient/CSharpHTTPClient.sln
11
-- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Debug/UnitTest.dll
+- xbuild /p:Configuration=Release CSharpHTTPClient/CSharpHTTPClient.sln
+- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll
12
notifications:
13
hipchat:
14
rooms:
0 commit comments