.travis.yml 333 B

123456789101112131415161718
  1. language: php
  2. php:
  3. # using major version aliases
  4. # aliased to a recent 5.6.x version
  5. - 5.6
  6. # aliased to a recent 7.x version
  7. - 7.0
  8. # aliased to a recent 7.x version
  9. - 7.1
  10. # aliased to a recent 7.x version
  11. - 7.2
  12. before_script:
  13. - composer self-update
  14. - composer install --prefer-source --no-interaction --dev