.travis.yml 176 B

123456789101112131415
  1. language: php
  2. php:
  3. - 5.3.3
  4. - 5.3
  5. - 5.4
  6. - 5.5
  7. matrix:
  8. allow_failures:
  9. - php: 5.5
  10. before_script: composer install
  11. script: phpunit -c tests/complete.phpunit.xml