.travis.yml 170 B

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