Fixed path to coverage script.
This commit is contained in:
parent
2a7836c961
commit
291bcf94b0
@ -55,7 +55,7 @@ matrix:
|
|||||||
- g++-multilib
|
- g++-multilib
|
||||||
- libc6-dbg:i386
|
- libc6-dbg:i386
|
||||||
after_success:
|
after_success:
|
||||||
- ./travis-coveralls.sh
|
- ../travis-coveralls.sh
|
||||||
- env: CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage'
|
- env: CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage'
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
@ -65,7 +65,7 @@ matrix:
|
|||||||
- g++-multilib
|
- g++-multilib
|
||||||
- libc6-dbg:i386
|
- libc6-dbg:i386
|
||||||
after_success:
|
after_success:
|
||||||
- ./travis-coveralls.sh
|
- ../travis-coveralls.sh
|
||||||
# These jobs report code coverage so they need extra environment variables
|
# These jobs report code coverage so they need extra environment variables
|
||||||
# and commands
|
# and commands
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user