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 172B

1234567891011121314151617
  1. language: php
  2. php:
  3. - 7.0
  4. - 7.1
  5. - 7.2
  6. cache:
  7. directories:
  8. - vendor
  9. - $HOME/.composer/cache
  10. before_script:
  11. - composer install
  12. script:
  13. - composer lint