.travis.yml 334 B

1234567891011121314151617181920
  1. language: php
  2. php:
  3. - 5.3.3
  4. - 5.3
  5. - 5.4
  6. - 5.5
  7. - 5.6
  8. before_script:
  9. - COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source
  10. script: vendor/bin/phpunit --configuration ./build/travis-ci.xml
  11. notifications:
  12. email: false
  13. irc:
  14. channels:
  15. - "irc.freenode.org#phpunit"
  16. use_notice: true