We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4cf60 commit c2b92b6Copy full SHA for c2b92b6
.travis.yml
@@ -9,6 +9,13 @@ install:
9
script:
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 -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
19
notifications:
20
hipchat:
21
rooms:
0 commit comments