tiptap/.travis.yml

12 lines
203 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:16:40 +08:00
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
install:
2018-11-15 00:11:29 +08:00
- yarn install
2018-11-14 19:41:57 +08:00
script:
2018-11-15 00:06:25 +08:00
- yarn lint
- yarn test