summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-04 16:38:58 +1000
committerSimon Holywell <[email protected]>2018-01-04 16:38:58 +1000
commit33749b253f5776f05e0aafe2874161f674b768ea (patch)
tree9f5aec798f0436e8c14878d42c79b64cc4332db0
parente525c668055fc8c4c49f11fee30fde379c0200b4 (diff)
remove phpunit unvailable for php5.2 message
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29920c0..21719c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,5 +34,4 @@ script: |
# special handling for PHP 5.2 testing as there is no composer available
# we need phpunit-3.6.12, but there is no phar file for it so comment out for now
$X/phpunit --colors --coverage-text
- # echo "we need phpunit-3.6.12, but there is no phar file for it so comment out for now"
fi