Commit 291bcf94 authored by Omer Katz's avatar Omer Katz

Fixed path to coverage script.

parent 2a7836c9
...@@ -55,7 +55,7 @@ matrix: ...@@ -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: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment