language: php

before_script:
  - composer install

php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - 7
  - 7.1
  - hhvm

script: bin/phpunit
