Skip to content

Commit

Permalink
coverage, try explicit gcov-4.8 loc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Apr 2, 2016
1 parent 365bcfe commit ee589d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ee589d0

Please sign in to comment.