Skip to content

Commit dddabaf

Browse files
Update .travis.yml
1 parent 2b4fa30 commit dddabaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- nuget restore CSharpHTTPClient/CSharpHTTPClient.sln
88
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
99
script:
10-
- xbuild /p:Configuration=BuildNet45 CSharpHTTPClient/CSharpHTTPClient.sln
10+
- xbuild /p:Configuration=Release CSharpHTTPClient/CSharpHTTPClient.sln
1111
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll
1212
notifications:
1313
hipchat:

0 commit comments

Comments
 (0)