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 345 B

7 vuotta sitten
7 vuotta sitten
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