.travis.yml 77 B

12345
  1. language: node_js
  2. node_js:
  3. - "lts/*"
  4. script:
  5. "npm run-script test-ci"