From 8016d2cd34950da24e1aad128a540698f6929dc7 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 18 Mar 2016 22:37:04 -0500 Subject: [PATCH] Try codecov --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7cc52075..de6e9a48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ before_install: - export PATH=/usr/lib/ccache:${PATH} - source tools/travis_before_install.sh - which python; python --version + - pip install codecov - python check_bento_build.py - tools/build_versions.py @@ -56,5 +57,5 @@ install: script: tools/travis_script.sh after_success: - - coveralls + - codecov - bash tools/deploy_docs.sh