summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 931d4ff..a8fba01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,9 +25,8 @@ before_script: |
fi
script: |
if [ "$PHPV" -ne 52 ]; then
- XZ="composer run-script test --"
+ composer run-script test -- --colors --coverage-text
else
# special handling for PHP 5.2 testing as there is no composer available
- XZ="$X/phpunit"
+ $X/phpunit --colors --coverage-text
fi
- $XZ --colors --coverage-text