.travis.yml 57 B

12345
  1. language: php
  2. script: phpunit tests
  3. php:
  4. - 5.3
  5. - 5.4