Updated CI conf

This commit is contained in:
Chris Boden 2012-04-16 18:39:06 -04:00
parent dbd39e73c2
commit f87dfa23bd

View File

@ -1,7 +1,11 @@
language: php
php:
- 5.3
- 5.4
before_script:
- wget --quiet http://getcomposer.org/composer.phar
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script: phpunit
script: phpunit --coverage-text