tiptap/.travis.yml
2018-11-14 12:41:57 +01:00

8 lines
80 B
YAML

language: node_js
node_js:
- "10"
cache: yarn
script:
- yarn lint
- yarn test