From ee589d0d864dd0845568a1142dd0042e97bf49a2 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Fri, 1 Apr 2016 21:57:26 -0700 Subject: [PATCH] coverage, try explicit gcov-4.8 loc --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d63e80db2..b644c70d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,8 +62,6 @@ addons: - gcc-4.8 - g++-4.8 - gfortran-4.8 - # also update gcov - - gcov-4.8 before_install: # download a newer version of cmake - wget --no-check-certificate http://www.cmake.org/files/v3.3/cmake-3.3.0-Linux-x86_64.sh @@ -106,7 +104,7 @@ script: - make test - make install after_success: - coveralls --include src/libs/conduit --gcov-options '\-lp' --root $TRAVIS_BUILD_DIR --build-root $TRAVIS_BUILD_DIR/travis-debug-build; + - coveralls --gcov /usr/bin/gcov-4.8 --include src/libs/conduit --gcov-options '\-lp' --root $TRAVIS_BUILD_DIR --build-root $TRAVIS_BUILD_DIR/travis-debug-build; notifications: email: recipients: