.travis.yml 73 B

1234567
  1. language: node_js
  2. node_js: lts/*
  3. script:
  4. - npm run lint
  5. - npm run build