ci: Travis: gcc-9: use gcov-9 (#10609)

This commit is contained in:
Daniel Hahler
2019-07-27 02:04:49 +02:00
committed by GitHub
parent 709e87792f
commit 0b4123668a

View File

@@ -136,7 +136,7 @@ jobs:
os: linux os: linux
compiler: gcc-9 compiler: gcc-9
env: env:
- GCOV=gcov - GCOV=gcov-9
- CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON" - CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
- GCOV_ERROR_FILE="/tmp/libgcov-errors.log" - GCOV_ERROR_FILE="/tmp/libgcov-errors.log"
- *common-job-env - *common-job-env