language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: hhvm
before_script:
- curl -s https://getcomposer.org/installer | php
- php ./composer.phar install --dev --prefer-source
script: phpunit --configuration phpunit.xml.dist