.travis.yml 92 B

1234567
  1. language: node_js
  2. node_js:
  3. - "10"
  4. - "12"
  5. - "node"
  6. after_script:
  7. - npm run coveralls