Add codecov.io support.

This commit is contained in:
Douglas Stebila 2016-10-01 16:25:08 -04:00 committed by GitHub
parent 8cc0de8002
commit 1718d1416d

View File

@ -46,4 +46,7 @@ matrix:
script:
- make
- make check
- make check
after_success:
- bash <(curl -s https://codecov.io/bash)