Keine Beschreibung

.travis.yml 297B

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