diff options
| -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 . ; |
