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

1234567891011121314151617
  1. language: node_js
  2. node_js:
  3. - "node"
  4. - "7"
  5. - "6"
  6. - "5"
  7. - "4"
  8. - "lts/*"
  9. install:
  10. - npm install
  11. - npm install -g codecov
  12. script:
  13. - npm test
  14. - istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
  15. - codecov
  16. env:
  17. CODECLIMATE_REPO_TOKEN: a174b03227cdc953c831f45bebcf0af357ec1b8a4b8477f36444c16f084a409f