No Description

.travis.yml 303B

1234567891011121314151617181920
  1. language: php
  2. before_script:
  3. - composer self-update
  4. - composer install --no-interaction --prefer-source --dev
  5. php:
  6. - 5.3.3
  7. - 5.3
  8. - 5.4
  9. - 5.5
  10. - 5.6
  11. - hhvm
  12. script: ./vendor/bin/phpunit --configuration ./build/phpunit.xml
  13. notifications:
  14. email: false
  15. irc: "irc.freenode.org#phpunit"