diff options
| author | jvoisin | 2018-03-14 13:50:58 +0100 |
|---|---|---|
| committer | jvoisin | 2018-03-14 13:50:58 +0100 |
| commit | 934a71128c17fb97998fc0a141366cc491ba9a8e (patch) | |
| tree | f0023a778ed5885de42c9494e56c3df964d949de | |
| parent | 85800c3fdd3c3b877a3506b01219a320a67d486b (diff) | |
Fix the travis file to get coverage intel
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2705a4a..1bf8d20 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -51,7 +51,7 @@ script: | |||
| 51 | - TEST_PHP_ARGS="-q" REPORT_EXIT_STATUS=1 make test | 51 | - TEST_PHP_ARGS="-q" REPORT_EXIT_STATUS=1 make test |
| 52 | 52 | ||
| 53 | after_success: | 53 | after_success: |
| 54 | - 'if [ "${TARGET}" = "gcc php nightly" ]; then | 54 | - 'if [ "${TARGET}" = "gcc php7.2" ]; then |
| 55 | git clone https://github.com/linux-test-project/lcov.git --depth 1 ; | 55 | git clone https://github.com/linux-test-project/lcov.git --depth 1 ; |
| 56 | rm -rf ./lcov/examples/ ./lcov/test/ ; | 56 | rm -rf ./lcov/examples/ ./lcov/test/ ; |
| 57 | ./lcov/bin/lcov -c -o ./COV.info --rc lcov_branch_coverage=1 --base-directory . --directory . ; | 57 | ./lcov/bin/lcov -c -o ./COV.info --rc lcov_branch_coverage=1 --base-directory . --directory . ; |
