language: php php: - '5.6' - '5.5' - '5.4' - '5.3' - hhvm before_script: - composer install -n script: - phpunit matrix: allow_failures: - php: hhvm