From 934a71128c17fb97998fc0a141366cc491ba9a8e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 14 Mar 2018 13:50:58 +0100 Subject: Fix the travis file to get coverage intel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2705a4a..1bf8d20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ script: - TEST_PHP_ARGS="-q" REPORT_EXIT_STATUS=1 make test after_success: - - 'if [ "${TARGET}" = "gcc php nightly" ]; then + - 'if [ "${TARGET}" = "gcc php7.2" ]; then git clone https://github.com/linux-test-project/lcov.git --depth 1 ; rm -rf ./lcov/examples/ ./lcov/test/ ; ./lcov/bin/lcov -c -o ./COV.info --rc lcov_branch_coverage=1 --base-directory . --directory . ; -- cgit v1.3