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.
 
 

16 lines
369 B

  1. language: node_js
  2. node_js:
  3. - "node"
  4. - "stable"
  5. - "lts/*"
  6. install:
  7. - npm install
  8. - npm install -g codecov
  9. - npm install -g istanbul
  10. script:
  11. - npm install -g standard && standard src/ && npm uninstall -g standard
  12. - istanbul cover test/testflow.js
  13. - codecov
  14. env:
  15. CODECLIMATE_REPO_TOKEN: a174b03227cdc953c831f45bebcf0af357ec1b8a4b8477f36444c16f084a409f