summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-02 17:25:57 +1000
committerGitHub <[email protected]>2018-01-02 17:25:57 +1000
commit5d97e7dac91dddc378af93302bdc11717a5e36fb (patch)
tree729eb9d7b9739828ed2e616ab4e9132048cdf38e
parent5285e6e08000031bc5947a21e2815bdfddaae2f2 (diff)
Update .travis.yml
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a8fba01..5df8adc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,5 +28,6 @@ script: |
composer run-script test -- --colors --coverage-text
else
# special handling for PHP 5.2 testing as there is no composer available
- $X/phpunit --colors --coverage-text
+ # we need phpunit-3.6.12, but there is no phar file for it so comment out for now
+ # $X/phpunit --colors --coverage-text
fi