.travis.yml 125 B

12345678910111213
  1. language: node_js
  2. node_js:
  3. - "15"
  4. - "14"
  5. - "12"
  6. git:
  7. depth: 2
  8. os:
  9. - linux
  10. arch:
  11. - amd64
  12. install:
  13. - npm install