Skip to content

Commit c2b92b6

Browse files
ZacMarcusthinkingserious
authored andcommitted
Added CodeCov support (#62)
* Added CodeCov support * fixed indentation
1 parent ab4cf60 commit c2b92b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ install:
99
script:
1010
- xbuild /p:Configuration=Release CSharpHTTPClient/CSharpHTTPClient.sln
1111
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll -domain:None
12+
- curl -s https://codecov.io/bash > .codecov
13+
- chmod +x .codecov
14+
- ./.codecov
15+
16+
after_success:
17+
- bash <(curl -s https://codecov.io/bash)
18+
1219
notifications:
1320
hipchat:
1421
rooms:

0 commit comments

Comments
 (0)