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.

23 lines
380 B

3 years ago
  1. language: php
  2. dist: trusty
  3. matrix:
  4. include:
  5. - name: PHP 5.3
  6. php: 5.3
  7. dist: precise
  8. - name: PHP 5.4
  9. php: 5.4
  10. - name: PHP 5.5
  11. php: 5.5
  12. - name: PHP 5.6
  13. php: 5.6
  14. - name: HHVM 3.18
  15. php: hhvm-3.18
  16. install:
  17. - travis_retry composer update --prefer-dist --no-progress
  18. script:
  19. - vendor/bin/phpunit -c tests/phpunit.xml.dist