您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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