.travis.yml 82 B

12345678
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - 12
  5. - 14
  6. - 15
  7. script:
  8. - npm run ci