.travis.yml 172 B

123456789101112131415161718
  1. language: node_js
  2. node_js:
  3. - "12"
  4. - "11"
  5. - "10"
  6. - "9"
  7. - "8"
  8. - "7"
  9. - "6"
  10. - "5"
  11. - "4"
  12. - "0.12"
  13. - "0.11"
  14. - "0.10"
  15. script:
  16. - npm install
  17. - npm test