Drupal investigation

.travis.yml 213B

1234567891011121314151617
  1. language: php
  2. install:
  3. - travis_retry composer install --no-interaction --prefer-source
  4. php:
  5. - 5.3.3
  6. - 5.3
  7. - 5.4
  8. - 5.5
  9. - 5.6
  10. - hhvm
  11. notifications:
  12. email: false
  13. irc: "irc.freenode.org#phpunit"