From 5ab577f18a63bdbc310621a46e61c89cfe29b805 Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Wed, 3 Feb 2016 17:09:26 +0100 Subject: [PATCH] Update .travis.yml to work with codecov.io --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9bcf999..36e370e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: java jdk: - oraclejdk8 +before_install: + - pip install codecov +after_success: + - codecov