language: php
php:
- 5.3
- 5.4
before_script: composer install --prefer-source
script: phpunit --configuration phpunit.xml.dist