language: php
php:
  - 5.6
  - 5.5
  - 5.4
script:
  - cd tests && phpunit --coverage-text .
