From cb6ac9e9e21dd1eb29a290752baba75b66298b7c Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Thu, 3 Mar 2016 11:50:09 +0100 Subject: [PATCH] added integration with codecov to track coverage of tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3a63facf..7d7a2a4a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,7 @@ notifications: on_failure: always on_start: false +after_success: + - bash <(curl -s https://codecov.io/bash) + sudo: false