tiptap/.travis.yml

10 lines
102 B
YAML
Raw Normal View History

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