Travis: use check-integration instead of tests/run.sh (coverage builds)

This commit is contained in:
Daniel Hahler 2017-08-10 13:21:54 +02:00
parent 56ac221544
commit afb81640b5
1 changed files with 1 additions and 1 deletions

View File

@ -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