.travis.yml 179 B

12345678910111213
  1. language: node_js
  2. node_js:
  3. - '8'
  4. - '9'
  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