.travis.yml 129 B

12345678910
  1. language: node_js
  2. node_js:
  3. - stable
  4. cache: yarn
  5. before_script:
  6. - yarn
  7. script:
  8. - yarn lint
  9. - yarn stylelint
  10. - yarn test