Files
tiptap/.travis.yml
2018-11-14 17:06:25 +01:00

10 lines
102 B
YAML

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