language: php
php:
  - 5.4
  - 5.3
script: phpunit --coverage-text
