.travis.yml 86 B

1234567
  1. language: node_js
  2. node_js:
  3. - 10.15.0
  4. cache: yarn
  5. script:
  6. - yarn
  7. - yarn run build