You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 302B

1234567891011121314151617181920212223
  1. sudo: false
  2. language: php
  3. php:
  4. - 5.5
  5. - 5.6
  6. - 7.0
  7. - 7.1
  8. - hhvm
  9. - nightly
  10. matrix:
  11. fast_finish: true
  12. allow_failures:
  13. - php: 7.1
  14. - php: hhvm
  15. - php: nightly
  16. before_script:
  17. - composer self-update
  18. - composer install --no-interaction --prefer-source --dev
  19. script: make test