.travis.yml 183 B

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