tiptap/.travis.yml

10 lines
116 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:11:29 +08:00
before_script:
- yarn install
2018-11-14 19:41:57 +08:00
script:
2018-11-15 00:06:25 +08:00
- yarn lint
- yarn test