.travis.yml 229 B

12345678910111213141516
  1. language: php
  2. php:
  3. - 5.4
  4. - 5.5
  5. - 5.6
  6. - 7.0
  7. - 7.1
  8. - 7.2
  9. - nightly
  10. env:
  11. - COMPOSER_REQUIRE=""
  12. - COMPOSER_REQUIRE="composer require masterminds/html5"
  13. install:
  14. - $COMPOSER_REQUIRE
  15. before_script: composer install