From c78e2e5c33cd10592a766e8a8be2bbd0168820ea Mon Sep 17 00:00:00 2001 From: Conor Date: Wed, 14 Sep 2016 09:10:47 +1000 Subject: [PATCH] Updated codecov in TravisCI build file. --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff16bc15c..89e98b8b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,12 @@ cache: script: ./gradlew -x integrationTest check # Upload code coverage metrics +#after_success: +#- bash <(curl -s https://codecov.io/bash) +sudo: false # faster builds + +before_install: + - pip install --user codecov + after_success: -- bash <(curl -s https://codecov.io/bash) + - codecov \ No newline at end of file