From 33fefb9454e3dfe94b9942ee3c6cd38bcdd9f63f Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Thu, 7 Dec 2017 20:57:53 +0300 Subject: [PATCH] ci, travis: fix coveralls installation --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 611b985..af4e37f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,6 @@ branches: only: - master -before_install: - - pip install --user cpp-coveralls - script: - sh ./build-deps.sh - sh ./autogen.sh @@ -52,6 +49,7 @@ script: after_success: - if [[ "$CC" == "gcc" && "$CODE_COVERAGE" == "ON" ]]; then + pip install --user cpp-coveralls coveralls --build-root . --exclude lib