tiptap/.travis.yml

8 lines
80 B
YAML
Raw Normal View History

2018-11-14 19:41:57 +08:00
language: node_js
node_js:
- "10"
cache: yarn
script:
- yarn lint
- yarn test