.travis.yml 189 B

1234567891011121314
  1. language: node_js
  2. node_js:
  3. - '8'
  4. - '10'
  5. - '12'
  6. before_install:
  7. - npm i npminstall -g
  8. install:
  9. - npminstall
  10. script:
  11. - npm run ci
  12. after_script:
  13. - npminstall codecov && codecov