Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

19 lignes
388 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. - npm install -g istanbul
  13. script:
  14. - npm install -g standard && standard src/ && npm uninstall -g standard
  15. - istanbul cover test/testflow.js
  16. - codecov
  17. env:
  18. CODECLIMATE_REPO_TOKEN: a174b03227cdc953c831f45bebcf0af357ec1b8a4b8477f36444c16f084a409f