.travis.yml 139 B

1234567891011121314
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "6"
  5. - "8"
  6. - "10"
  7. - "stable"
  8. script:
  9. - npm run lint
  10. - npm test
  11. - npm run coverage