carbon-components-svelte/.travis.yml
2019-12-17 09:28:25 -08:00

6 lines
79 B
YAML

language: node_js
node_js: 10
cache: yarn
script:
- yarn test
- yarn build