Files
tiptap/.travis.yml
Philipp Kühn df05a1d6ca add travis config
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