Skip to content

Commit cc95be5

Browse files
Update .travis.yml
1 parent bb9fe8c commit cc95be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ install:
77
- nuget restore CSharpHTTPClient/CSharpHTTPClient.sln
88
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
99
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
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
1212
notifications:
1313
hipchat:
1414
rooms:

0 commit comments

Comments
 (0)