Travis: use check-integration instead of tests/run.sh (coverage builds)
This commit is contained in:
parent
56ac221544
commit
afb81640b5
|
@ -195,7 +195,7 @@ script:
|
||||||
|
|
||||||
make check-unit-coverage || exit 1
|
make check-unit-coverage || exit 1
|
||||||
do_codecov unittests
|
do_codecov unittests
|
||||||
tests/run.sh
|
make check-integration || exit 1
|
||||||
do_codecov functionaltests
|
do_codecov functionaltests
|
||||||
do_codecov_gcov c_code
|
do_codecov_gcov c_code
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue