From 1718d1416d6f557432dff51c7e5d18c570f84e0e Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Sat, 1 Oct 2016 16:25:08 -0400 Subject: [PATCH] Add codecov.io support. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adbaf82a1..767cf936e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,4 +46,7 @@ matrix: script: - make - - make check \ No newline at end of file + - make check + +after_success: + - bash <(curl -s https://codecov.io/bash)