.travis.yml 178 B

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