25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
345 B

  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