From afb81640b5d5e53c24ebbabc9d43558c6c499dd9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 10 Aug 2017 13:21:54 +0200 Subject: [PATCH] Travis: use check-integration instead of tests/run.sh (coverage builds) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f1286f9b..3fb947b48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -195,7 +195,7 @@ script: make check-unit-coverage || exit 1 do_codecov unittests - tests/run.sh + make check-integration || exit 1 do_codecov functionaltests do_codecov_gcov c_code