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.

.travis.yml 332 B

7 vuotta sitten
7 vuotta sitten
123456789101112131415161718
  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. - standard src/
  15. - istanbul cover test/testflow.js
  16. - codecov
  17. env:
  18. CODECLIMATE_REPO_TOKEN: a174b03227cdc953c831f45bebcf0af357ec1b8a4b8477f36444c16f084a409f