.travis.yml 93 B

12345678
  1. language: php
  2. php:
  3. - 5.5
  4. - 5.4
  5. - 5.3
  6. script: phpunit --configuration phpunit.xml.dist