Travis attempt fix

Travis build failing on PHP5.3.3 from a composer warning
This commit is contained in:
Chris Boden 2012-07-24 11:26:09 -04:00
parent 5e5b81cd41
commit d8136aa422

View File

@ -7,6 +7,6 @@ php:
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
- php composer.phar install --dev
script: phpunit --coverage-text