From b9eea22e16fc613fc46e6dbd413939366fe06c95 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Wed, 21 Sep 2016 22:33:38 +0200 Subject: [PATCH] Update .travis.yml check out codecov --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 81a454e..22b2163 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,4 @@ script: after_success: - coveralls +- bash <(curl -s https://codecov.io/bash)