Skip to content

Commit c636ee0

Browse files
Update .travis.yml
1 parent 95e3fe0 commit c636ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
matrix:
55
secure: KJrQ+NfmzlgCSXRyqeAMDGZUG6GO4/+xk1T0wGy1BgVz8seo/fDWL8osWEljB4Sj05sfFj7CM+rociwL6sdVyqCiHbCAM7XuHs58D+4Tlh5pGHL+G1qOl65/pDl0ulq+M7PwDxHPZ60/oyH2a16t5jtD9e4W31y2fXzEbHGLHXg=
66
install:
7-
- nuget restore CSharpHTTPClient.sln/CSharpHTTPClient.sln
7+
- nuget restore CSharpHTTPClient/CSharpHTTPClient.sln
88
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
99
script:
1010
- xbuild /p:Configuration=BuildNet45 CSharpHTTPClient/CSharpHTTPClient.sln
@@ -17,4 +17,4 @@ notifications:
1717
- '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository}
1818
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
1919
<a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>'
20-
format: html
20+
format: html

0 commit comments

Comments
 (0)