From 60122bf0170dc203e66c7ed4a667ff8530b19690 Mon Sep 17 00:00:00 2001 From: Shaun Freeman Date: Sat, 4 Aug 2018 13:40:57 +0100 Subject: [PATCH] fixed typo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b62423..ea9c367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_script: script: - cd tests - - if [[ $TEST_COVERAGE == 'true' ]]; then phpdbg -qrr../vendor/bin/phpunit --coverage-text --coverage-clover ../build/logs/clover.xml ; fi + - if [[ $TEST_COVERAGE == 'true' ]]; then phpdbg -qrr ../vendor/bin/phpunit --coverage-text --coverage-clover ../build/logs/clover.xml ; fi - if [[ $TEST_COVERAGE != 'true' ]]; then ../vendor/bin/phpunit ; fi - cd ..