language: php
php:
- "5.5"
- "5.4"
before_script:
- composer selfupdate
- composer install --prefer-source
script:
- vendor/bin/phpunit