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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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